|
|
Table & Div Syntax
[ table width=50% (of 69%) height=123 border ] ↓
<table width=100% height=50 border><tr><td>
</td></tr></table>
|
<table width=50 height=50% border><tr><td>
</td></tr></table>
|
|
The Cell in dark blue color has the following Syntax :
<td align=center vAlign=middle width=50% bgColor=navy>
The TABLE vertical alignment [aqua] is not matching the code.
Code matches the alignment for the related [lime] TABLE |
|