Just missed a " quotation mark after the first 100% on the first line:
<table width="100%(ADD QUOTATION) height="100%">
<tr><td width="100%" height="100%"> bla bla bla </td></tr>
</table>
You will be set.
"larco" < > wrote in message news:bobsdo$rrr$...
hi! anybody can help me? maybe i'm soo dumb, but... see yourself:
(sample 'html attached)
i have some problems with 'height' param in tables...
firstly i have sth like this:
<table width="100% height="100%">
<tr><td width="100%" height="100%"> bla bla bla </td></tr>
</table>
but in the IE or Mozilla the cell have only height of "bla ..." text.
next i have tried CSS...
table { height: 100%; width: 100%; }
td { text-align: center; vertical-align: middle; height: 100%; width:
100%; }
but it don't work either...
what's wrong?
thanx for help! (in advance
p.s.: dreamweaver shows it correctly in 'design' mode... ????