this file in the head of html document, like this:
<LINK REL="Stylesheet" HREF="your_file.css" TYPE="text/css">
Edit by foggy: For anyone confused by this post, the code allows you to embed external CSS into a HTML document, just make sure the .css file is in the same directory (or reflect the directory it is in in the HREF part of the script)
<LINK REL="Stylesheet" HREF="your_file.css" TYPE="text/css">
Edit by foggy: For anyone confused by this post, the code allows you to embed external CSS into a HTML document, just make sure the .css file is in the same directory (or reflect the directory it is in in the HREF part of the script)
