Jump to content

omf

Members
  • Posts

    2
  • Joined

  • Last visited

omf's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. thanks.this was what i was looking for, i have also gotten a tip using php to do the same:<html><head><?if (isset($_REQUEST["css"])) { print '<LINK rel="stylesheet" href="'.$_REQUEST["css"].'.css" type="text/css">';} else { print '<LINK rel="stylesheet" href="default.css" type="text/css">';}?></head><body>Example of link changing css..<a href=?css=default>Default</a><br><a href=?css=second>Alternate</a><br>
  2. I am pretty new to css and advanced html/php&whatever...I am looking for a quick way to change the css on a page, e.g. with a link to another css file...(example www.csszengarden.com how do they do it?)Anyone out there that can help me?
×
×
  • Create New...