I am thinking there is no way I can have the CSS editable in the DWT template as unless I keep it inside an editable region it defeats the object.
Now I have this at the top of each of my web pages:
<?php
$smarty -> assign("font_size",$_COOKIE['font_size']);
//load the css template
.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; padding-right: 3px; padding-left: 3px}
.mainheading { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #333333; padding-right: 3px; padding-left: 3px; text-align: left}
.subheading { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #666666; padding-right: 3px; padding-left: 3px}
.stresstext {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #333333;
}
.pictext {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
color: #666666;
}
?>
Question- how do I add three href links saying largest, larger, medium, smaller and smallest that effectively do the same job as changing text size via Internet Explorer i.e clicking View, Text Size and choosing between largest, larger, medium, smaller and smallest