By W.M. on
I have one table in a book-page. I want to put it at the center of the page (horizontally). I am using TinyMCE. Choosing to put it at center inside the table property box makes no difference. My question is how to put that table at the middle of the page?!
Comments
check with firebug and give
check with firebug and give the div the following css:
margin:auto;
text-align: center;
without any knowledge of html/css: no idea
It's the table itself that I
It's the table itself that I want to put at the center of the page, not the text inside the table.