View Full Version : Tables stacked instead of side by side HELP


lockofcurls
02-01-2007, 08:01 PM
<a href="http://is-love.org" target="new">http://is-love.org</a>

Recommend browser: Firefox

Problem: The navigation/sidebar tables are on top of the main content tables. The main content tables are supposed to be right next to the sidebar (on the opposite side the dotted line background image). I've tried numerous things already, but all I could get successfully completed was getting the main content tables underneath the main image instead of on top, like it had originally placed itself.

Is there something wrong with the codes? Please help! Willing to making a 100x100 avatar for those who help me in successfully fixing my blasted layout!

Thanks!:princess:

LeSabre
02-01-2007, 08:49 PM
Well, from what I can see after a few minutes w/your code is that you ended your table row and began a new one for the main part.
</tr>
<!--SN END -->



<!-- MAIN AREA -->
<tr>

Your main would need to be in that same row to be side by side, just try taking the end tr tag plus the beginning tr tag out and check.