Hi,
I want my left bar table to be extended to the end of the page. Can
someone help me plz?
here is the code I use:
<table width="100%" border="0" cellpadding="0" cellspacing="8">
<tr valign="top">
<td width="169">
<table width="169" border="0" cellpadding="0" cellspacing="0">
<tr height="100%">
<td width="146" background="theimage1.jpg">
Everything I want this is my left bar where I want the image to be
repeated until the end of the page.
</td>
<td width="23" background="theimage2.jpg">
There will be nothing here except the image
</td>
</tr>
</table>
</td>
<td width="*">
Lots of things this is the content of my page
</td>
</tr>
</table>
Thanks
ThunderMusic
ThunderMusic - 28 Nov 2003 20:21 GMT
I found my answer from someone else... it was because I didn't put
height="100%" on the first table, so i cannot be used in the 2nd one.
I someone has another solution, please let me know. ;)
thanks
ThunderMusic
> Hi,
> I want my left bar table to be extended to the end of the page. Can
[quoted text clipped - 26 lines]
>
> ThunderMusic