|
I need to split up the pages content into two differently sized parts, they'll be centered in the middle of the page.
Right now I have a div that is centered, and then I have a table with two columns to split up the content inside the div. Would it be better to have two divs inside the centered div, or to have a table with two columns inside the centered div?
|