Instead of pasting the code to http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm In every page, is there a way to tell CSS to do it?
Instead of pasting the code to http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm In every page, is there a way to tell CSS to do it?
Take this code:
Place it in a file called ssm.css and link to it in every page like so:Code:A.ssmItems:link {color:black;text-decoration:none;} A.ssmItems:hover {color:black;text-decoration:none;} A.ssmItems:active {color:black;text-decoration:none;} A.ssmItems:visited {color:black;text-decoration:none;}
Hope this helps.Code:<link rel="stylesheet" href="ssm.css" type="text/css">
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
thx ill try that
Bookmarks