Up   Previous Page   Next Page
New England Waterfall photo by Donna Cooper

Shared plus Page-Specific Styles

Put style info in <head_tag> on each page

<whpage pageid="sample">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>My Title</title>

<link rel="stylesheet" type="text/css" 
  href="/webhub/demos/c/whdemos.css" /><!--- shared --->
<link rel="stylesheet" type="text/css" 
  href="/webhub/demos/c/whdemosWebDataGrid.css" /><!--- shared --->

<style type="text/css" media="screen"><!--- for this page --->
#answergrid-table {
 clear: both;
 margin: 0;
 border: 1px solid #000;
 }
</style>
</head>
<body>

page content here ...

</body>
</html>
</whpage>