Forum Moderators: not2easy
I'm having a problem with my external stylesheet. My site is ignoring it completely. I only have a few rules (without line separators..):
-------------
p { font-family: 'arial', serif; font-size: 10pt; line-height: 13pt }
td.one { background: url(images/boxback.gif) repeat-x top left; }
a.test:link { text-decoration: none; color: #9C4501; }
a.test:visited { text-decoration: none; color: #5B5C96; }
a.test:hover { text-decoration: underline; color: #6F3303; }
a.test:active { text-decoration: underline; color: #6F3303; }
----------------------
And my link, placed in the head of the site doc, looks like this:
<LINK REL="stylesheet" HREF="styles/main.css" TYPE="text/css">
I've uploaded in ascii. Everything is in the right directories and I'm not viewing through my programs -- pages are on the server.
I'm baffled. Can someone tell me if I am missing something?
Thanks,
Jessica
Fixed the semicolon exclusion (oops..) but didn't add another slash, as I have a base href in the head that has the slash after the .com.
Thanks for the suggestions, tho.
Would it have anything to do with a back-end server setting? This is a new hosting account.
Also, should point out that I can get all of these styles to work when I embed them in the head tag. Don't want to have to do that.
Any more thoughts?
Jessica
When I have seen that problem it's been: