Netscape and Tables

They have: 58 posts

Joined: Nov 1999

Hi,

I created this page using MS Frontpage 2000 - pages works fine in IE 5.0 but it seems to be having a problem in Netscape as always...the table seems to run away from the images. And the bullets run away from the Headers.

Check the page at http://www.mycuffeparade.com/new_index.htm Test the page in both IE and Netsacpe and u'll catch the difference.

If there is somebody out there who could spare 5 mins looking at the code and tell me where excatly does the mistake lay..i would be real thankful to him/her.

If you have any more suggestions on how this page can be done better, pls dont forget to leave your comments on that note too.

Thank a lot for the time and effort.

have a nice DAY!

- Kapil

They have: 81 posts

Joined: Feb 2000

Try removing all the spaces and hard returns in your code. For example, you have this:

<td><img border="0" src="images/orange_circle.gif" align="middle" width="6" height="6" >
<a href="hand.htm">About CP</a></td>
'

and you might try something that looks more like this:

<td><img border="0" src="images/orange_circle.gif" align="middle" width="6" height="6">& #160;& #160;<a href="hand.htm">About CP</a></td>
'

Remove the space between the & and the # for the non-breaking spaces to work correctly. Netscape is not very tolerant of "extra" spaces in your code. It's just the way it is. Smiling

Bimjo
Just my opinion, worth $0.00001 anywhere on earth.
======================
Bimjo's Corner

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.