Slushh.com «Hot!Myspace LayoutsHot!»

CSS Cheat Tutorial

CSS Cheat


Instead of pasting the entire cascading style sheet code onto every single page and editting every single page when you change your style sheet, you can use this code:
<link rel="stylesheet" href="stylesheet.css" type="text/css">

Your whole cascading style sheet code should go on one page. Call this page stylesheet.css.
Copy the code above and paste it on every page at the top. If you're using PHP includes, paste the code in your header.php file.
If you want to change the style sheet, you will not need to edit every page, instead just edit stylesheet.css.

Saves you the trouble, eh?

Tagboard