Quote:
Originally Posted by Jellby
ADE treats "auto" margins as "0", which is allowed in the ePUB spec. Try "margin-right: 0" instead, or wrap the table in a <div> with "text-align: right" (you may have to set the aligment inside the table again, or the cells will be right-aligned too).
|
I already tried margin-right:0, together with margin-left: auto. So do you mean I should remove the margin-left part?
Well, I will give both your ideas a try. Thanks in advance.