Phill
Thank you. I am such a newbie to all of this I would not be suprised if I am
messing up. In my header I have a default fontsize "layout_medium" and the
following PHP code in My header.
<?php
if ((!$sitestyle) || $sitestyle == 'layout_small') { echo '<a
class="switch_small"
href="http://choroideremia.org/switcher.php?set=layout_small">Make Font Size
Smaller</a>';
}
else {
echo '<a class="switch_large"
href="http://choroideremia.org/switcher.php?set=layout_large">Make Font Size
Larger</a>';
}
?>
I am trying to use PHP to create a cookie that chooses from the default font
size (layout_medium), button one "Make Font Size Smaller"(layout_small) and
button two "Make Font Size Larger" (layout_large).
HTML http://www.choroideremia.org/new/crf_header.php
CSS http://www.choroideremia.org/new/layout.css
http://www.choroideremia.org/new/layout_medium.css
http://www.choroideremia.org/new/layout_small.css
http://www.choroideremia.org/new/layout_large.css
Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com
"Faith is the strength by which a shattered world shall emerge into
the light." - Helen Keller
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************