Forum Moderators: phranque
I'd like to add menu items, or perhaps adsense to the left and right of the table. But, be it in dreamweaver or golive, when I try to enter text to the left side of the table, it gets inserted above. When I try to enter the text on the right it gets stuck on the bottom. How do I insert code to the sides of a table?
e.g.
<table> ->> this is the new parent table
<tr>
<td> Content for lefthand column </td>
<td>
<table> ->> this is the table that your originally had </table>
</td>
<td> Content for righthand column </td>
</tr>
</table>