Closed (fixed)
Project:
Htmlarea
Version:
5.x-2.1
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
29 Nov 2008 at 17:08 UTC
Updated:
22 Dec 2008 at 09:55 UTC
When using HTML Area to edit an existing page all the text on that page appears centered, even though the Center button on the HTML Area tool bar is not pressed. Upon Submit the text content is saved correctly (no text is forced to be centered) but it s annoying.
Comments
Comment #1
xurizaemonHi ench0
The iframe which Xinha is embedded in inherits the CSS declarations from your theme. As a result, you probably get something like the following applied, which in most themes is used to centre the main content div.
I'm using D5 but presume the fix is similar for D6.
You should be able to work around this by using the field Page Style found at ?q=admin/settings/htmlarea
I use the following CSS here, which overrides the CSS from my theme (also providing a nice white background for text editing and some padding).
Comment #2
xurizaemonench0, I hope that answers your question. I'm closing this issue, but you can re-open it if you still need help.