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" />

Add Your Own


bluehost.com ad


Recent Posts

  • Lessons learned from Apple&#39;s Design Process
  • On why I started another Redesign when I had just finished one.
  • Why I chose Bluehost for cheap, reliable hosting (review)
  • Break; and continue; in javascript loops
  • Writing a prototype function in JavaScript
  • -->