Click to See Complete Forum and Search --> : [RESOLVED] Removing Line Break?


bajanboost
03-30-2006, 04:46 PM
http://www.coralwalk.com/
I have created this website and I am getting a problem where the curved image doesn't touch the other tables backgrounds and lines. It has a big whitespace running accross when you open it in Internet Explorer. I get no errors in FireFox or netscape. Is there any way to elimate the line break?

I have tried cellpadding and spacing, vspace set to 0
I have set valign to top....anything else?

NogDog
03-30-2006, 04:54 PM
I don't see any difference between FF or IE, nor do I see anything I would describe as a "curved image". Is that the correctl link?

TiGGi
03-30-2006, 05:15 PM
Check you rotation JS, I couldn't see anything in html.
Also match valing for tr and td
<tr valign="top">
<td align="center" width="780" valign="bottom">

bajanboost
04-01-2006, 04:38 PM
Problem solved. I couldn't get the images to align or the tables, even using the valign, align, vspace, cellpadding and cellspacing configurations.

I end up using a background image 780 pixels width, height 1 pixel. Works fine and does the job. tried in 4 different browsers with the same results I wanted.

:cool: