how can I get the table to line up in netscape?

They have: 54 posts

Joined: Dec 2000

ok, I've been trying to figure this out but I can't. I made this site on an html editor that was based on IE and now after I did all my tables and everything they won't line up in Netscape. Everything is all over that place. I've had this problem before but haven't been able to fix it. Can somebody help me with this? Click here to go to my site.
Oliver

They have: 19 posts

Joined: Jun 2001

Hey Webkid!

I've had this problem, too. Solution is pretty simple...
Each   or   you have on your page needs to include a "nowrap". This tells the column to stay that way without being resized. Only use this on the tags mentioned above - not on text-sections.

Tags should look like this:   or  
Cheers!

-- Estacado

They have: 19 posts

Joined: Jun 2001

Has to look like this:

<td width="55" nowrap>&nbsp;</td>
    <td nowrap>&nbsp;</td>
'

Don't leave out the & n b s p-things - for some reason they aren't displayed here...

-- Estacado

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Now that's something -- you should see this site in Opera! Gracious!

I ran it through the validator -- way many mistakes. Mostly having blank attributes that aren't allowed. Except for the alt attribute, if you aren't going to define the attribute, remove it. Especially the align="" in the images, as that will screw up your layout to no end.

I hate to break it to you, but it's not holding together properly in IE, either. Probably the align issues.

carterjackson.com/index/celtic.html may help you some -- it's got some tips on table layouts, but it doesn't wholly apply as it's for the 9-cell surround effect.

The groovy dhtml navigation doesn't work in Opera at all. You really should include text navigation for the spiders to index the site, even if you don't care if humans can navigate it, and especially if you do. Wink

It has the makings of an interesting site, but you might want to invest in something like htmlvalidator.com which would help you get your code straight for ANY browser.

Smiling Suzanne

They have: 54 posts

Joined: Dec 2000

Thank you so much! To me it looks ok from here. Do you guys see any other problem with the tables?? Thanks

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

Hi WebKid,
Looks a lot better now- but in IE it looks like the table needs to be moved about 2 pixels to the left (so it lines up with the blue bar), and there is also a JavaScript error on the page. Other than that, it looks pretty good.

Brian

They have: 54 posts

Joined: Dec 2000

I keep hearing about that java script error. I've only seen it on my mom's computer but not on mines. How can I find out what it is or fix it?

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.