Click to See Complete Forum and Search --> : Border inside a column.


steveejay_1
10-01-2006, 08:38 PM
Hi.

This is what I have.


<table>
<tr><td>banner</td></tr>
<tr><td>links area</td></tr>
<tr><td>""""""BACKGOUND IMAGE""""""
<table><tr><td>left cell</td><td>cell I need border around to match top and bottom evenly with background pic</td><td>right cell</td></tr></table></td>
</tr>
</table>


I need some help placing a border inside a table column. I have a table with the main cell showing a background image. I need three columns on top of this with the center column having a border around it. I have created a pic which I would like to use as the border but I can't seem to get the border to line up against the top and bottom edge of the background pic.
I can see why the border wont line up since I'm nesting a table inside a table, but is there another way so I can do this?????

ray326
10-01-2006, 11:15 PM
but is there another way so I can do this?Yea, you can do it the right way. Use an h1 for the banner and put your content in divs instead of tables.