How do I put stuff of the other side of a table??? Im thinking about converting my frames page to a regular one frame page but am having trouble figuring out how to do it..
See normally i had a two frame page where the left side frame was like 13% and the right side was just the rest of the page. The left frame was the MENU frame and the right frame was the output of the menu..
So now Im thinking about just making a standard ONE FRAME page and only way I can think to keep my menu on the left is to make a table like this..
<FONT size=2 color="#000000" face="Arial">
<DIV><TABLE width=15% bgcolor="#000000" border=1 cellpadding=1 cellspacing=1>
<TR valign=top>
<TD>TEST
</TD>
</TR>
<TR valign=top>
<TD>TEST
</TD>
</TR>
<TR valign=top>
<TD>TEST
</TD>
</TR>
<TR valign=top>
<TD>TEST
</TD>
</TR>
<TR valign=top>
<TD>TEST
</TD>
</TR>
<TR valign=top>
<TD>TEST
</TD>
</TR>
</TABLE>
</DIV>
But now that creates a simple 5 row one column table, but what I can't figure out is how the heck to put stuff on the right side of the table. Like let's say I wanna just put an image on the right side of that table so that it will sit horizontal of that table having the table on the left as the menu and having a pic on the right of the table. How would I do that?
Thanks in advance


Reply With Quote
Bookmarks