tempo1
Programmer
- Feb 20, 2007
- 118
Hi everyone,
I'd like to create a page where there are 2 tables. The lower table should be beneath the upper table. My code:
yields a table aside the other table rather than one beneath the other.
an anyone show me how to do that ?
Thanks.
I'd like to create a page where there are 2 tables. The lower table should be beneath the upper table. My code:
Code:
<html>
<head>
<title>
his family
</title>
</head>
<body background="../simpsons/1_1.jpg">
<p>
<table align="left" width="45%" height="100" border="5">
<tr>
<td>
</td>
</tr>
</table>
</p>
<p>
<table align="left" border="5" width="55%" height="100">
<tr>
<td>
</td>
</tr>
</table
</p>
</body>
</html>
an anyone show me how to do that ?
Thanks.