Another Netscape Problem

They have: 80 posts

Joined: May 2001

Here is the webpage:
http://www.shoptoyland.com/Cafe/index.html
Looks just like I want it to in IE, but in Netscape, the background doesn't tile in the left Nav table and I also how do I change the border color of the left nav table for Netscape?
Thanks!
Deborah

Busy's picture

He has: 6,151 posts

Joined: May 2001

looks like your mixing stylesheets and html up, a few things i found looking at your source code:

body tag, border=0 (dosnt belong on body)

font tag, FONT
face=verdana,sans-serif size=2 font (really need quotes and end "font" not needed), this font tag also doesnt have a closing tag (a few of these)

has a few single tags (tags not opened or not closed), such as "center"

your list tags should be outside the link tags, plus i didnt see a opening or closing list tag "ul, /ul"

I'd say you need to validate your coding, go to somewhere like netmechanic.com or http://validator.w3.org/

both are free

and there is no border color option for netscape, can be done with layers for ver6 but not earlier ones

good luck and keep up the good work, sites looking good

They have: 80 posts

Joined: May 2001

Thanks - I'll work on the code when I get the chance. Do you have any idea how to make the tiled background fill the table in Netscape? It tiles in IE and on AOL, but not in Netscape.
Deborah

Busy's picture

He has: 6,151 posts

Joined: May 2001

first guess would be the html errors making it not tile, as Netscape doesnt like errors where as Ie etc will let you get away with nearly anything.

You've only really got the list in that table so fix that part of the code up at least and it should work, you have missed matched tags as well in there.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.