Click to See Complete Forum and Search --> : Tables aanpassen aan venster


anneveld
08-29-2003, 04:01 AM
Hi to all,

I'm stock with a tiny little problem.

I'm using a header on my site with some text.
on the left site on the browser i'm using a blue bar
and to the right some text witch is the site content
like this :


<table .......

</table>

<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" width="747">

<tr>
<td width="22" align="right" valign="top"><img name="images/line_r1_c1" src="images/line_r1_c1.gif" height="100%" width="21" border="0" alt=""></td>
<td width="10" valign="top"><img src="images/spacer.gif" width="10" height="100%" border="0" alt=""></td>
<td width="715" valign="top">text text text</td>
</tr>

</table>


What I want todo is automaticly adjust the table to the browser size.

height="100%" doesn't work course i have the scroll down a lot
before a reach the end of the site content.

Who has a solution for this problem ??

Thank you very much !

Frank

Khalid Ali
08-29-2003, 07:26 AM
natural solution here will be width=100% and height=100%,
how ever if you want to manipulate the table size upon your wishes you will end up using javascript.
Search these forums there are tones solutions for this problem.