Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Need help with some div/table creation and placement on my site. Reply To: [Solved] Need help with some div/table creation and placement on my site.

#192363
Paulie_D
Member

Firstly….don’t use an actual table.

I know it’s very tempting because it seems to solve all of the problems that you might be having with the layout but just don’t.

Unless you are actually displaying data that needs to be laid out in a table is highly not recommended to use one.

Now, have you reviewed http://learnlayout.com/ ?

You might also want to look at http://learn.shayhowe.com/html-css/

If we’re starting out from a non-responsive viewpoint then two columns and individual divs inside would seem to be the obvious way to go here.

If you actually need equal heights for each column there are a few options such as CSS tables [not actual tables] or JS.