Forum Moderators: open
<table align="center">
:
</table><table align="right">
:
</table>
Should work but... it is not the recommended way of doing this these days (the ALIGN attribute is deprecated and does not separate style and content). A CSS solution [webmasterworld.com] would be a lot better. I'd also question the use of tables in favour of simple DIV containers (and CSS). Tables should not really be used for layout (old habits die hard); tables are for tabular data/information.
Hope that helps, welcome to webmasterworld :)