Hi, i am useless with html especially when it comes to tables.

Can anyone tell me what to change in this code so the boxes appear side by side?

Code: 
    <table class="tablebg" width="50%" cellspacing="0" id="post-3">
    <caption><div class="cap-left"><div class="cap-right">Latest Searches</div></div></caption>
                <table width="50%" border="0">
                <tr><td class="row1"><?=$core->templateVar("recentSearches")?></li></td></tr>
                </table>
<br clear="all" /> 
     <table class="tablebg" width="50%" cellspacing="0" id="post-3">
    <caption><div class="cap-left"><div class="cap-right">Top Searches</div></div></caption>
                <table width="50%" border="0">
                <tr><td class="row1"><?=$core->templateVar("TopSearches")?></li></td></tr>
                </table>
<br clear="all" />


Thanks
DEViANCE Reviewed by DEViANCE on . HTML Table Help Hi, i am useless with html especially when it comes to tables. Can anyone tell me what to change in this code so the boxes appear side by side? <table class="tablebg" width="50%" cellspacing="0" id="post-3"> <caption><div class="cap-left"><div class="cap-right">Latest Searches</div></div></caption> <table width="50%" border="0"> <tr><td class="row1"><?=$core->templateVar("recentSearches")?></li></td></tr> </table> <br Rating: 5