SOLVED - tiny MCE centralising all text in edit window in 1.3

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
scotch33
Dev Team Member
Dev Team Member
Posts: 284
Joined: Tue Feb 14, 2006 9:56 pm

SOLVED - tiny MCE centralising all text in edit window in 1.3

Post by scotch33 »

Hi,

Tiny MCE on all pages in the admin section is centralising text when opened.  It is only doing this to content when viewed within the actual editor itself - NOT having affect on the formatting in the site.  Looking at the code in the wysiwg its definately somethign the editor is doing in itself only - there are no code references that would make the text central.  Its making it hard to edit anything and get an accurate feel for how it will look.  Is there a setting somewhere for the editor only that can chamnge default formatting of text. 

Can anyone help.

Ta.
J
Last edited by scotch33 on Mon Jun 16, 2008 3:38 pm, edited 1 time in total.
Sonya

Re: tiny MCE centralising all text in edit window in 1.3

Post by Sonya »

It is because you have text-align:center somewhere in your layout.

To make text left-aligned in TinyMCE go to Extensions->TinyMCE WYSIWYG Basic->Settings and put in "Body tag CSS":

Code: Select all

text-align:left
Last edited by Sonya on Fri Jun 13, 2008 4:31 pm, edited 1 time in total.
scotch33
Dev Team Member
Dev Team Member
Posts: 284
Joined: Tue Feb 14, 2006 9:56 pm

Re: tiny MCE centralising all text in edit window in 1.3

Post by scotch33 »

perfect - thanks.
Locked

Return to “[locked] Installation, Setup and Upgrade”