html help

biferi

Daemon Poster
Messages
690
If I want my Table to go to the whole page left to right I know I just set the Table with to nothing and it will take up the wholw page.

But I have a Two Sided Table it just has 2. Cells one on the left and one on the right.

So if I want my whole Table to still go the whole width of the page left to right but I want my Cells to be even.

Do I make the left and right cell eatch <TD width="50"

Or what would the Total be for the whole width of the page and then I divid it by 2.???????
 
The cells would automaticly be whatever width they need to be to hold everything. If you knew the exact width of the page, you could divide that by two and set the widths on the TD tag.

Hope it helps!
 
Well if I make eatch cell TD width="50"
What is wrong with this code instead of TD width=50%

?????????????
 
Back
Top Bottom