how to prevent the overlaying of 2 tables in same row
how to prevent the overlaying of 2 tables in same row
trying to put 2 tables in a dev put they keep overlaying each other when screen size get smaller
here in my code ...



This discussion has been closed.
Replies
See if changing
style="table-layout-fixed"tostyle="width:100%"as shown in this example helps.Kevin