Forum Moderators: not2easy
I have a couple websites that have DIV tags using CSS to create a box using the Border style.
There are two boxes in a table. The table contains two cells that take up 50% of the page. So basically, the two DIV tags containing the border style are next to each other. They work fine however if one box has more text in it than the other, they do not appear the same size. The one DIV containing the most text will fill up the entire table cell but the other DIV will only fill up part of the cell.
Is there anyway to tell a DIV tag using CSS to fill up an entire table cell?
Please let me know if this is possible.
Thanks in advance for your help!
Wes