Is it possible to use three tables? I attached my web page that i am having problems with. if you open it up in a browser you will see that the middle table is above the others, i would like all three in line side by side by side anyone care to tell me how to do this?
one table devided into three cells. a table in each cell.. <table border="3" cellpadding="0" cellspacing="0" width="400"> <tr> <td width="33%"> <table border="3" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%"> </td> </tr> </table> </td> <td width="33%"> <table border="3" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%"> </td> </tr> </table> </td> <td width="34%"> <table border="3" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%"> </td> </tr> </table> </td> </tr> </table> Code (markup):