Link to home
Start Free TrialLog in
Avatar of saturation
saturation

asked on

Extend table so table borders look smooth

I need to get the table to be completely flush right (as it is on the left side--so it looks like an outline), but I'm having trouble with the html (you can just view source).  Can someone help me with it:

http://www.deluxchicago.com/test/temp.html

<table width="450"  border="0" cellspacing="0" cellpadding="0"><tr><td>
<table width="450"  border="0" cellspacing="0" cellpadding="0" bgcolor=780101>
                  <tr>
                    <td colspan="3"><img src="images/ctr-picktopicbelow.gif" width="450" height="69"><br></td>
                    </tr>
                  <tr>
                    <td width="1" bgcolor="780101">&nbsp;</td>
                    <td width="100%" bgcolor="#FFFFFF">&nbsp;</td>
                    <td width="1" bgcolor="780101">&nbsp;</td>
                  </tr>
                  <tr>
                    <td colspan="3"><img src="images/ctr-btm-scoop.gif" width="450" height="46"><br></td>
                    </tr>
                </table>
</td></tr></table>
Avatar of Da1King
Da1King

Replace your body tag with this:

<body style="margin: 0">

Is that effect you are looking for?
Avatar of gamebits
The problem is in the td with the width of 100%

                  <tr>
                    <td width="1" bgcolor="780101">&nbsp;</td>
                    <td width="100%" bgcolor="#FFFFFF">&nbsp;</td> <<<<<<< change the width
                    <td width="1" bgcolor="780101">&nbsp;</td>
                  </tr>
What do you use to edit your html?  Do you have Dreamweaver and Fireworks?

LTCJ
Avatar of saturation

ASKER

Dreamweaver
Actually you are missing the graphics for each side of your table, the top graphic start he inside box (with the round corner) and the bottom graphic close it, now what you need is a graphic for the left and right that you will use as a background image for a td this graphic will extend as required to accomodate whatever is in the box.
ASKER CERTIFIED SOLUTION
Avatar of NeoDiffusion
NeoDiffusion
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Hello saturation,


I provided you with the fix, even tested for you. Do you need something more ?

Rgds,

Werner.