Forums

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

Home Forums CSS How best to centre each cell’s content within a column Re: How best to centre each cell’s content within a column

#120713
jurotek
Participant

@coolactuary, Have you considered something like this with css?

col.col1 {your styles}
col.col2 {your styles}
col.col3{your styles}

And HTML

and so on