
August 7th, 2008, 05:25 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 9
Time spent in forums: 2 h 25 m 28 sec
Reputation Power: 0
|
|
|
Using Tables
Hi i have a small amaturish problem with my tables.
I was wondering what the best code is to use if you want to align 2 tables together at the moment i am using this code
Code:
<table width="600" cellspacing="0" cellpadding="0" border="0">
<tr><td>
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tr><td>
<div align="0">
blah blah blah blah blah
</div>
</td></tr>
</table>
<table>
<tr>
<td>
<div align="center">
blah blah blah blah blah blah
</div>
</td>
</tr>
</table>
</td></tr>
</table>
any help would be appreciated
|