Forums

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

Home Forums CSS RE: Text not centered in Div Cell Reply To: RE: Text not centered in Div Cell

#252925
Shikkediel
Participant

This ought to work:

.divTableCell:first-child {
text-align: center;
}

Edit – apart from the bottom two apparently…