786snow
Programmer
- Nov 12, 2006
- 75
Hi,
When I have the tables like below and the align=center they come top/bottom and that how I wanted but I when I change the align to left they come side by side instead of top bottom. How can I do it top / bottom when alignment is left
When I have the tables like below and the align=center they come top/bottom and that how I wanted but I when I change the align to left they come side by side instead of top bottom. How can I do it top / bottom when alignment is left
Code:
<html>
<body>
<table cellpadding=0 cellspacing=2 border=0 width=100% align=left>
<tr>
<td bgcolor=red><b>For Web Users:</b></td>
</tr>
</table
<table cellpadding=0 cellspacing=2 border=0 width=100% align=left>
<tr>
<td bgcolor=red><b>For App Users:</b></td>
</tr>
</table>
</body>
</html>