<!-- m --><a class="postlink" href="http://www.amishcountryfurnishings.com/new-outdoor.html">http://www.amishcountryfurnishings.com/new-outdoor.html</a><!-- m -->
I'm working on a quickie layout for some products and have some very simple css. For the life of me, I can't figure out why this page won't load the css file (in Netscape 7.2). It loads fine in IE 5.5. You can tell because there is text in that top dark green area of the table which you can't see if the css isn't loading.
Any ideas?I'm kind of guessing here but it could be that NS is a little pickier about syntax.
Try:
<LINK REL=STYLESHEET TYPE="text/css" HREF=http://www.webdeveloper.com/forum/archive/index.php/"outdoor.css">
instead of:
<link href=http://www.webdeveloper.com/forum/archive/index.php/"outdoor.css" rel="stylesheet" type="text/css">
I know its only slightly different but it might be something weird like that.ffurnai,
Thanks for the suggestion... I tried reversing the syntax but still don't have it working. I can't figure this one out, because I've done tons of pages like this before and have never had this problem. ....
*perplexed*Okay, so I uploaded these files to MY server (this client isn't on my server yet), and it *worked*! What kind of setting can a server not have turned on or something that disables css?? Now I'm *really* perplexed...Alright, I figured out a workaround. I just added the styles into the same page, instead of linking them to a seperate page. This entire site is going to be redesigned soon but they just wanted this one page done for a sale. Thanks for the help anyhow!The server is probably misconfigured and is serving *.css as text/plain rather than the correct text/css content type.
I'm working on a quickie layout for some products and have some very simple css. For the life of me, I can't figure out why this page won't load the css file (in Netscape 7.2). It loads fine in IE 5.5. You can tell because there is text in that top dark green area of the table which you can't see if the css isn't loading.
Any ideas?I'm kind of guessing here but it could be that NS is a little pickier about syntax.
Try:
<LINK REL=STYLESHEET TYPE="text/css" HREF=http://www.webdeveloper.com/forum/archive/index.php/"outdoor.css">
instead of:
<link href=http://www.webdeveloper.com/forum/archive/index.php/"outdoor.css" rel="stylesheet" type="text/css">
I know its only slightly different but it might be something weird like that.ffurnai,
Thanks for the suggestion... I tried reversing the syntax but still don't have it working. I can't figure this one out, because I've done tons of pages like this before and have never had this problem. ....
*perplexed*Okay, so I uploaded these files to MY server (this client isn't on my server yet), and it *worked*! What kind of setting can a server not have turned on or something that disables css?? Now I'm *really* perplexed...Alright, I figured out a workaround. I just added the styles into the same page, instead of linking them to a seperate page. This entire site is going to be redesigned soon but they just wanted this one page done for a sale. Thanks for the help anyhow!The server is probably misconfigured and is serving *.css as text/plain rather than the correct text/css content type.