I would like to use a style sheet for my site and have tried quoting it in a html file, but it is not working. i just want to quote the style sheet on its own for now. I have looked on w3 and tried there code but it doesnt work.
can somebody please help me. thanks
To link your page to a style sheet, you need to put something like this in the <head> of your document:
<link rel="stylesheet" media="screen,projection,tv" href="/css/styles.css">
If that doesn’t make sense, perhaps provide a link to your site so we can see what you are doing, and tell us where the style sheet is on your site.