To get images centered, I've ended up defining the left margin explicitly, setting it to (100-width%)/2 percent, e.g.
img#photo1 {width:70%; margin-left: 15%;}
I suppose you should set the right margin too, just to be on the safe side...
This works in ADE, at least.
|