Page 1 of 1

FCKEditorX set to text-align:center

Posted: Sat Jul 01, 2006 10:47 am
by tractorboy
Hi,

I've just copied a new site from my local PC to the client's server.  When I edit pages using FCKEditorX they are set as text-align:center.  Outside teh editor the pages display correctly as text-align:left. 

I compared the CSS for pages being editied on the local and remot installs.  The only element involved is body.  Both versions have definitions for body at line 15 of fck_editorarea.css.php?id=5  The remote version has a second definition at line 606, and this is where the text-align:center is set

How do I modify, or just get rid of, the second definition ?


Thanks in advance

TractorBoy

Re: FCKEditorX set to text-align:center

Posted: Mon Jul 03, 2006 10:44 am
by tractorboy
Well, its fixed, but I don't claim to fully understand why.  A similar template appeared ok in FCK.  So, I deleted all the attached stylesheets for the tempalte with the problem, and re-attached them.  At the same time I changed the order of 2 of them, putting CSS menu Horiz before Forms.
Success !  :)

.tb