Jesper Holmberg wrote:
* On Wed Oct 15, Maik Jablonski wrote:
No, this was on my own site. I don't know if I correctly updated from an earlier version of Epoz: I removed the old Epoz directory in .../python/Products, restarted Zope, and then ran again the external method I used to install Epoz before. Now I have the problem with alignment not working in IE. It does seem to work fine in Mozilla under Linux.
Seems to be the same problem with the plone.css... Try to remove the
p {text-align: justify;}
in the css-definitions. Then it should work with IE again.
Cheers, Maik
Yes, that seems to have fixed it. Is this a bug in Epoz, or a problem with Plone? It is a problem of maintenance if I need to keep another ccs-file up to date to make Epoz work.
It's the way things should work: IE doesn't render any other alignments with text-align: justify set in the CSS, so Epoz shows you what the result will be for a page. In my opinion "text-align: justify" should be removed from the plone.css (and as far as I know it is done for Plone 2). Cheers, Maik