Css Shortcut
First of all, you'll need to make a STYLE.css page. You can name it whatever you want, as long as it ends with '.css'
Second, you'll need to paste this code, into your .html, .php, .shtml etc pages. Each page of content needs to have this code in the <head> tags. Otherwise the page will not know how to link to, and use your css styling page.
<link href="YOUR STYLE PAGE.css" rel="stylesheet" type="text/css">
Now, all you have to do is add in your CSS coding into your style.css page, instead of in the header of all your documents!
Back | Refresh Home | Forward