Forums

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

Home Forums CSS IE hell(p) Re: IE hell(p)

#58504
calebkester
Member

For some reason it seems as if IE doesn’t like align: center; Not sure but you can fix it with the css text-align center.
Here’s what I’d do
css – create the center class

Code:
.center{text-align:center;}

html – just add "class="center"

Code:
*everything else within this row here*