Time Saving

windows

Guest
is there a way where i can make a web page so that if i want to change the background color on every page i dont have to do it to every page. like in dreamweaver or with csscss external stylesheets...css external stylesheets...Well yeh. But I'm sure it wont hurt to elaborate.

If your currently keeping your style infomation between <style> tags in your document then cut the contents of those and paste it into a new file with a .css extention then link to that in your head element like so:<link href=http://www.webdeveloper.com/forum/archive/index.php/"file.css" rel="stylesheet" type="text/css">

more infomation... (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_howto.asp">http://www.w3schools.com/css/css_howto.asp</a><!-- m -->)
 
Back
Top