without frameset i want....

liunx

Guest
Dear All

I have created a table on my htmlpage with 2 columns

i have entered some text in center column.

now i want that remaining both coulmns (left & right) i have given images as background.

now i want that this img must be displayed in till end of browser window.

i mean whatever level i scroll my page.it must display till end.

i tried but doenst work. where table ends.the images also end.

please help me.

Regards,
ASIF<table>
<tr>
<td style="background: url(nameofyourimage.jpg) repeat-y;">
Your left column
</td>
<td>
Your Content
</td>
<td style="background: url(nameofyourotherfile.jpg) repeat-y;">
Your right column
</td>
</tr>
</table>


Substitute the name of the background images you wish to use in the code above.

KDLA
 
Back
Top