Hi, it it possible to have 2 tables on one line side by side ?
This is the code I am using, as you can see it places the tables one under the other, I am not sure what I need to change.Do I need to combine the 2 into one table, and if so how do I work both sets of top and bottom images in?
Thanks in advance.
<table width="300"cell padding="0"cell spacing="0"bord er="0"><tr><td align="center"b gcolor="#c5b48c "><img
src="images/1.gif" /></td></tr>
<tr><td align="center"b gcolor="#c5b48c ">
Blah blah blah blah blah blah
</td></tr><tr><td align="center"> <img src="images/2.gif" /></td></tr></table>
<table width="300"cell padding="0"cell spacing="0"bord er="0"><tr><td align="center"b gcolor="#e4d9c0 "><img
src="images/1a.gif" /></td></tr>
<tr><td align="center"b gcolor="#e4d9c0 ">
Blah blah blah blah blah blah
</td></tr><tr><td align="center"> <img src="images/2a.gif" /></td></tr></table>
This is the code I am using, as you can see it places the tables one under the other, I am not sure what I need to change.Do I need to combine the 2 into one table, and if so how do I work both sets of top and bottom images in?
Thanks in advance.
<table width="300"cell padding="0"cell spacing="0"bord er="0"><tr><td align="center"b gcolor="#c5b48c "><img
src="images/1.gif" /></td></tr>
<tr><td align="center"b gcolor="#c5b48c ">
Blah blah blah blah blah blah
</td></tr><tr><td align="center"> <img src="images/2.gif" /></td></tr></table>
<table width="300"cell padding="0"cell spacing="0"bord er="0"><tr><td align="center"b gcolor="#e4d9c0 "><img
src="images/1a.gif" /></td></tr>
<tr><td align="center"b gcolor="#e4d9c0 ">
Blah blah blah blah blah blah
</td></tr><tr><td align="center"> <img src="images/2a.gif" /></td></tr></table>
Comment