Quantcast
Channel: MobileRead Forums - Kindle Formats
Viewing all articles
Browse latest Browse all 862

horizontally center table in mobi7?

$
0
0
I'm using the following css which works for epub but when I look at the dual mobi (converted with kindlegen) in the Mobipocket Reader the tables are at the left.

PHP Code:

table {
    
margin-leftauto;
    
margin-rightauto;
    
border-collapsecollapse;
    
margin-top1em;


I tried changing the html from just table to table align="center" but that didn't help and as I expected it then failed with epubcheck.

Viewing all articles
Browse latest Browse all 862

Trending Articles