This is the most common method of attaching CSS rules to an HTML document. With this method all of your style rules are contained in a single text file that is saved with the .CSS extension. This file is saved on your server and you link to it directly from each HTML file. The link is just a simple line of HTML that you put in the <head> section of your HTML document, it looks like this:
<link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" />
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|