I am building a web site in Dreamweaver. I have edited the CSS of my home page to take on the look I want. How can I apply or duplicate this to each page so I dont have to keep editing them? Thanks!
the css should be moved to and stored in an external stylesheet, each page can then have a line at the top of it which will load the stylesheet file and apply it’s contents accordingly.
November 12th, 2006 at 12:19 am
the css should be moved to and stored in an external stylesheet, each page can then have a line at the top of it which will load the stylesheet file and apply it’s contents accordingly.
see this page for more information:
November 12th, 2006 at 4:36 am
Insert the tag
anywhere between and and you’re done.
Don’t forget to change “PATH-TO-YOUR-CSS” and put the location of your file in the server.