Hello all,
I did a search before posting but could not find an answer to my question below.
I have two tables that I wish to have one on top of the other. Simple and should not be hard.
Now this works however when I add the align="left" attribute to the first table the second table aligns itself right next to the first table instead of staying down underneath the first name. So visually you have two tables right next to each other!HTML Code:<table> ... </table> <br /> <table> ... </table>
Any ideas why this happens?HTML Code:<table align="left"> ... </table> <br /> <table> ... </table>
Cheers
Marc









Bookmarks