Center paste from word problem
-
Hi,
If you look at this http://bsa-cuesports.com/games-leagues/conservative/bob-bell/ notice how to box is not centered can you help me please to center this.
I pasted contents into paste from word tab in the editor and inserted it i have tried pressing the center option and here is the result notice how its all out of shape http://postimg.org/image/h82mwvrs9/
any idea how to fix these please everyone i try does the same thing
ps sorry for short post only have phone internet till i move house 🙂
thank you
sorry to keep bumping this but i would really like to fix this please, how can i center this please http://bsa-cuesports.com/games-leagues/conservative/stanley-peel/ all i did was copy from a word doc and pasted into the paste from word option in the editor although center is selected this is what it looks like after
thank you
Mod
Centering in Word or text editor centers text, not tables. There is, as you have found, a huge difference.
Try adding this to custom CSS:
table {
margin-left: auto;
margin-right: auto;
}Keep in mind that this code will center all tables on all pages & posts. If you only want some tables centered on the page, you will need to choose more specific selectors.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.