Table HTML problem..

Posted by Azzyh on Stack Overflow See other posts from Stack Overflow or by Azzyh
Published on 2010-06-12T14:46:06Z Indexed on 2010/06/12 14:52 UTC
Read the original article Hit count: 346

Filed under:
|

hello i am trying to setup tables so the result outcomes like this: http://img686.imageshack.us/img686/8028/tables.png code:

<table width="60%" cellpadding="0" cellspacing="1" id="theBoxer">
<tr style="background: #686868 ;">
<td align="center" valign="top" width="240" height="25" style="border:1px #FFF solid;">About me</td>
</tr>
<tr>
<td align="left" valign="top" width="250" height="112" style="">
Points:<br>
Lalala: <br>
Lalala: <br>
</td>
<td align="left" valign="top" width="250" height="112" style="">
Lalala: <br>
Lalala:
</tr>
</table>

cant get it to work like how i wanted. the problem i get with my code is that "About me" only covers for the first td and not the other

© Stack Overflow or respective owner

Related posts about html

Related posts about tables