Code: Select all
<div>
Code: Select all
text-align: left;
Code: Select all
{content}
All this works well, on the website. However for some reason the WYSIWYG editor is thinking that the div's text alignment is centred. I simply refuses to left align even when I press the left alignment button. When I submit the content it appears just fine, it is the WYSIWYG editor part that I need to fix.
I need to fix this because my users will be confused having everything centred. From where does the WYSIWYG editor deduce this?
Thanks.