Quote:
Originally Posted by Jellby
That's the part that's centering the block, and the part that doesn't work in ADE, because, according to the ePub spec:
"Reading Systems may set the value of any margin property whose specified value is auto to 0."
and it seems ADE just chooses to do that, there's not much we can do.
But, since you are using a relative width, anyway (width:50%), you can get the desired effect with:
Code:
margin-left:25%;
margin-right:25%;
(actually, I'm surprised it works in the Sony, which version is it?)
|
That did it. Thanks very much.
Charlie