http://www.publicautomotives.com/cla...oadproduct.php
**click on a category to go to next screen to see problem***
I have been using :
<table width="657" align="right">
to encase the generated tables into the size and placement i need for them. However if I use this code for some tables, the tables end up stacked up on each other and only the top one can be seen. If i then use center for the top tables:
<table width="657" align="center">
i end up with the table not being aligned where i need it to be. Is there any way i can stop this? Would it help if i put the table tags into the uploadproduct.php file as opposed to the .tmpl file?