Forums

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

Home Forums CSS centering tables within form Reply To: centering tables within form

#145625
jurotek
Participant

You can give each table margin .5% and set the width for each to 32%. BTW, I would advice to do it using DIV’s instead of tables.

Edit: Speaking of DIV’s, here’s one way how it could be done: Pen . .