Posted by Xaradas on 03/19/06 10:56
Hi,
could some one help me to get
the same result of this html code
using div and css instead of table?
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<table width="760" border="0" cellspacing="1" cellpadding="1">
<tr>
<td colspan="2">TOP</td>
</tr>
<tr>
<td>LEFT</td>
<td>MAIN</td>
</tr>
<tr>
<td colspan="2">BOTTOM</td>
</tr>
</table>
</body>
</html>
Thank you and sorry for my little english
Navigation:
[Reply to this message]
|