FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

table loads perfect in IE but not in firefox??

 


miacps
Hi,

Hopefully someone out there can help me. I was working on my site today and when I finished, I realized my table doesn't load correctly in firefox. It loads fine in IE and I can't figure out what the problem is.

The width is set to 694 but whenever I have text or images longer than that, the table expands past the specified width.

This is what I'm talking about: http://miacps.frih.net/index.html .

Its probably something simple, but I spent the past hour trying to figure it out and can't. Embarassed

If someone could help me out, I'd be very grateful!!
MrBlueSky
Try removing the "nowrap" from the first <td>-tag. So the bold line:

Quote:

<table border="0" cellpadding="0" cellspacing="0" width="694">

<tbody><tr>
<td style="border: 1px solid black;" nowrap="nowrap" valign="top" width="100%">
<table bgcolor="#dff1e1" border="0" cellpadding="5" cellspacing="0" width="100%">



becomes:

Code:

 <td style="border: 1px solid black;"  valign="top" width="100%">
miacps
Thanks so much!! That did it!

Dancing
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.