Web Development Articles
CSS: Include External Cascading Style Sheets (CSS) File
Published: 13th Mar 2006
Revised: 27th Mar 2006
You can include an external Cascading Style Sheets (CSS) file by including the following code in your HTML page "head" section:
<link rel="stylesheet" href="path/folder/yourFile.css" type="text/css">
Simply replace the path and folder with the relative location of the CSS file. If the CSS file is in the same directory as the HTML page including it simply write the CSS file name. You can also reference a CSS file using a full URL such as http://www.domain.com/folder/yourFile.css".

Related Links
Related Articles / Posts
Photoshop to Valid XHTML/CSS Coding Service (30/03/2009)
Recent Recommended Links - April 2008 (11/04/2008)
Recent Recommended Links - March 2008 (16/03/2008)
Cascading Style Sheets (CSS) - 10 Years of Styling Web Pages (02/01/2007)
CSS Layouts Without Tables - Tableless Design (Article) (07/11/2006)