Tutorials: Easy CSS:
CSS is wonderful. Instead of having to update EVERY single page when you change
layouts, you just edit one file. This file controls the look of your site. This
includes colors, link effects, cursors, fonts, forms, and spacing. Now I'll try
REALLY hard not to confuse you with this tutorial k?
First off, open Notepad. Copy and paste the following into it, then edit the colors and such to match your layout. Save this as a .css file. Then upload to your server.
Finally, add the following code to every page that you want for this particular layout. Add it directly below the < / TITLE > tag.
Now, everytime you change your layout, you can edit the .css
file instead of every page. Voila! :)