Forum Moderators: open

Message Too Old, No Replies

how do I get this to look the same in netscape?

the pieces are pulling apart

         

Claudia

5:27 pm on Mar 20, 2002 (gmt 0)



<URL removed. Please Sticky Mail to Claudia for the address>

Above is the address for my new site. I had it basically all set up. I use Internet Explorer. It looked fine. Then I viewed it in Netscape. in Netscape- The left navigation part is pulled apart from the white place to write in.
Can anyone tell me how to get the site in netscape to look like the one in Internet explorer please?

I had a problem where the font was huge in the white part of my page when viewed in netscape but I think I fixed that at least on my homepage by using the <small> code.

Claudia

(edited by: tedster at 6:08 pm (utc) on Mar. 20, 2002)

txbakers

5:45 pm on Mar 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Claudia and Welcome to the WW forum.

To make your site exactly the same in Netscape is a tricky proposition.

There are various oddities in Netscape, plus Netscape is very critical and unforgiving about bad HTML code. IE will allow missing tags and will try to intuit your meaning. Netscape will just give up.

I think the best place to start would be an HTML validator to make sure your syntax is correct and acceptable. There is a good one at www.htmlhelp.com.

Then, I would search these forums to pull up discussions about Netscape differences.

People will visit your site and view the source code and make specific recommendations, but the validator is a good place to start.

BTW - I did the same thing as you - created a nifty site in IE and when I opened it in Netscape I was in tears. Took me 2 weeks to recode so it worked in both. Yuk.

Duckula

5:56 pm on Mar 20, 2002 (gmt 0)

10+ Year Member



Once exactly the opposite happened to me. My test case looked beautiful on Mozilla, but by opening it on Explorer the alignment of the text with markup <address> was totally messed up.

Emulating the same effect with a <div> gives not funny alignment issues.

The lesson? For compatibility, keep on the less number of markup tags that you can allow, and avoid the exotic ones like <address> if possible.

Of course, <address> has a reason of being because tags the content like an address, and more sophisticated xml browsers on the future will not catch the nature of the con