Add an external CSS Stylesheet to your page
17 of May2007
Adding an external stylesheet to your page is preferable to using inline CSS (or just pasting it into your head code). Instead use and external file name “*.css”. To link to the file, write the code below into your head code:
<link rel="stylesheet" type="text/css" href="nameofYourCSSFile.css" />
Posted in CSS |
RSS 2.0 Feed for comments