brchcar1445
Regular Member
- Mar 28, 2008
- 394
- 594
I was hoping someone could help me with something real quick. I am trying to make a table on my site and use it as a category menu on my home page to navigate my different categories. I found a table that I really like, and it's working. But I need to figure out how to make one on the left and then another right next to it on the right? I can obviously make it go as low as I can, but how do I get 2 side by side? Here is the code I'm using.
<LEFT>
<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="2" ALIGN="LEFT">
<TR>
<TD><IMG BORDER="0" WIDTH="nnn" HEIGHT="nnn" SRC="your.gif"></TD>
<TD><B>text text</B></TD>
</TR>
<TR>
<TD><IMG BORDER="0" WIDTH="nnn" HEIGHT="nnn" SRC="your.gif"></TD>
<TD><B>text text</B></TD>
</TR>
</TABLE>
</LEFT>
How do I get it to have it look like below.
Table - Table
Table - Table
Instead of just going..
Table
Table
Table
Table
Any help would be fantastic!
<LEFT>
<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="2" ALIGN="LEFT">
<TR>
<TD><IMG BORDER="0" WIDTH="nnn" HEIGHT="nnn" SRC="your.gif"></TD>
<TD><B>text text</B></TD>
</TR>
<TR>
<TD><IMG BORDER="0" WIDTH="nnn" HEIGHT="nnn" SRC="your.gif"></TD>
<TD><B>text text</B></TD>
</TR>
</TABLE>
</LEFT>
How do I get it to have it look like below.
Table - Table
Table - Table
Instead of just going..
Table
Table
Table
Table
Any help would be fantastic!