Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Center a table in an article?
I’ve added a table to one of my articles and was wondering how to center it in the page and also add some padding to the cells?
LINK to the page in question.
The table is what the graphics are sitting in.
Any help is greatly appreciated.
Offline
Re: Center a table in an article?
No worries, figured it out myself. I put a div around the table used the styling:
on .servicesTable I used:
text-align: center;
and on .servicesTable td
i used: width: 200px;
and it’s worked perfectly.
Offline
Pages: 1