Forums

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

Home Forums CSS [Solved] How to reset div alignment? Reply To: [Solved] How to reset div alignment?

#196838
Paulie_D
Member

There’s still a lot of inline CSS.

Also the font element is no longer valid.

If you want “skyblue” just use it

border:1.5px solid skyblue; 

..as for centering the text

div {
text-align: center;
}

Still wondering about that table layout though…it’s really hard to figure out what you are trying to do.

Perhaps a design image of the expect result would explain things?