Forums

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

Home Forums CSS Trying to use the Table Method of pinpoint centering Reply To: Trying to use the Table Method of pinpoint centering

#235008
bearhead
Participant

It’s a little hard for me to figure out what you’re trying to achieve based on the description you gave… maybe the below pen is close to what you are after?
http://codepen.io/kvana/pen/bVZWGV

You shouldn’t use tables for layout, there are far better options avaliable. In this particular instance I am using divs and display:table properties to create the layout.