Forum Moderators: open
I have never seen anything like this and just don't know how to correct this problem. I know Netscape doesn't display a site with a missing table tag, but this is really weird.
Hope you can help me.
Thank you!
Milana.
[edited by: tedster at 8:32 pm (utc) on July 16, 2002]
[edit reason] remove url [/edit]
I would suggest moving the url to your profile, we don't post urls here, but I am just looking at your site. Give me a few minutes to see if I can see anything.
you can also look at the TOS [webmasterworld.com] about url posting
Welcome to wmw!
I'm away from my "Toolbox" right now, but it appears that there is
no closing </body> or </html> tag at the end of the document.
You might want to validate the page using the HTML validator at
www.w3c.org to find any other problems.
Also, a nice tool is HTML Validator Lite, a freeware program. You can also
get more capabilities in the paid version.
Jim
Welcome to WMW. (I don't think you're supposed to post URL's - but you can put it in your profile and send people there to look.)
Checked it Opera and NS/6 and it worked fine. I don't have an earlier version of NS installed.
To check table tags - if I think I missed one - I always comment my tables <!--1 -->table stuff<!-- end 1 --> and count 'em!
Do you think your js footer might be the culprit?
If I were you I'd replace the .js footer with an SSI include, or just write it directly into the page html.
Also Milana, you might want to go through that code by hand and get rid of all those ghastly <font> tags. They're completely unneccessary and are just bloating your page.
Oh, and just so I can join the gang too: Welcome to WebmasterWorld!
Nick
[edited by: Nick_W at 8:34 pm (utc) on July 16, 2002]
Just a minor note, we don't allow URLs to your site in your post. If you absolutely have to give a URL (such as in this case), put it in your profile and reference that in the text. A mod will be by shortly to snip that URL, if you don't get there first.
<added>Hah, a bunch of posts while trying to write this one</added>
[edited by: Xoc at 8:40 pm (utc) on July 16, 2002]
Can anybody confirm - I'm away from my power-tools... :(
Jim
It's an odd one, because the reload fixes it - but if you dump the cache and start over again, the same problem shows up. So, yes, it could well be related to Netscape's "source clean-up" code.
Another thing Netscape doesn't like at times is an extra space between the end of the text in a tag and the closing angle bracket - there are a few of those and one in the js.
<tag attribute="thing" >
should be:
<tag attribute="thing">
The "clean-up" I was refering to takes place when you edit with NS Composer. I don't think it's
related to the reload-looks-OK phenomenon in the browser, though.
OK, no closing <center> tag in the JS, missing quotes on attributes and URL, and possibly need to
escape the double-quotes...
Where's milana?
Jim
If View Source finds a JavaScript document.write() statement, it tries to render it. So, a line like:
<p><script>document.write('Hello world');</script></p>
is rendered in View Source as:
<p>Hello world</p>
...or should be. Quite often, though, it chews up the code something rotten, leaving you looking at a pile of junk, often with great huge chunks missing.
I have been reading all your answers today, but couldn't try any suggestions because of my noisy kids :-)
I have finally tried it and I think it's fixed. The footer.js file containted this tag in the link: style="color: yellow"
As soon as I removed it, it worked!
I don't know too much about CSS, only use it when I absolutely have to, so I just removed it.
I couldn't believe how many people have responded to my cry for help! Thank you so much again!
Warmly,
Milana.
P.S. I will try to put my URL in the profile - sorry, this was my very first post. But what do you do if you have one URL in the profile, but your post is about a completely different web site?
This one was more of a puzzle than most... but often if you just describe the problem as clearly as you can, one of our members will know what you mean and can offer help (I think between all of us, one of us has probably personally run into almost every problem in the book!).
Take a look through some of the other 'help' type posts in the forum, and you'll see what I mean. :)
But what do you do if you have one URL in the profile, but your post is about a completely different web site?
Welcome to WMW Milana.
Two answers to your question. If you wish to comply with the letter of the WMW rules, you temporarily change your profile.
If you wish to observe the spirit of the site, you describe your problem in slightly more general terms. The idea is to provoke discussions that will benefit the general community, rather than provide free site analyses.
If you try to observe the spirit, but just don't get anywhere, you will *always* end up with volunteers who ask you to use the Stick Mail system to send them the url, and then the discussion will go private and won't clutter up the board.
This site has more rules than most places (no URLs, no flames), but once you get used to it, you'll see that it makes this a great place to destroy your free time!
Tom