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

Shared plus Page-Specific Styles

Use a shared header droplet with a page-specific style override

Shared

<head>
<link rel="stylesheet" type="text/css" 
href="/webhub/demos/c/whdemos.css" />
(~ANCHOR|style~)
</head>

Droplet for page-specific style

<whdroplet name="drStyle1" show="no">
<style type="text/css" media="screen">
#answergrid-table {
 clear: both;
 margin: 0;
 border: 1px solid #000;
 }
</whdroplet>

Fill the anchor on individual page(s)

<whpage pageid="test" desc="brief anchor example">
(~drSharedHeader~)
(~ANCHOR|style|(~drStyle1~)~)
<!--- page content would be here --->
</whpage>