OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Netscape not reading files on host right - HELP!!!
This page's ID:
11039
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Huh. That is weird. Never seen anything like this. This calls for further investigation ;) In the meantime, I recommend you remove this: [code]<font style="font-size: 14px; font-weight: bold">[/code] I can see that you're sticking to CSS (which is a good thing), but in this case, it's entirely useless. The whole point of CSS is to seperate the structure of the page from the presentation. I suggest you ditch the font tags, as well as the inline styles. Then replace them with a more meaningful tag such <strong>, and simply add the style rules to the external stylesheet, like so: [code] strong { font-size: 14px; } [/code] ----------------------------- EDIT: Hmm, I think I've almost got it. When I downloaded the web page to my hard drive, the CSS file was, for some reason, converted into a *.txt file, making it unreadable to Netscape. You might wanna check with your web host on how their servers deal with CSS files. Also, I'd recommend changing the encoding to something more standard, like iso-8859-1. I don't know why you've got that weird US-ASCII encoding in there. [img]http://omnizero.home.comcast.net/asylum/sigs/003.gif[/img] [This message has been edited by ozphactor (edited 08-29-2003).] [This message has been edited by ozphactor (edited 08-29-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »