Hi,
Is there a method aside from creating a style by default, or selectable using the 'Style' drop down list. Is there any way I can make the buttons B, I, U, Left Justify, Right Justify, etc, output custom markup? For instance, make the Bold button 'B' output by default the following markup?
<b>Some Text</b>
I couldn't find a thread on the CKEditor on this, just an old FCKEditor one, saying the output markup on these buttons was carried out in a browser specific manner, i.e - one browser could output the above 'b' element, in theory, while another could output inline CSS or the 'strong' element. I don't know whether that is true or still stands for the CKEditor?
The reason I am stuck on this is both the fact I may not want to have a style drop down at all on the toolbar and I may want the CKEditor to use HTML 3.2 for my 'HTML Email Templates' and HTML 4.01 STRICT/XHTML 1.0 for my 'Page Content', with inline or external CSS.
Hope this is not something that has been covered directly on the forum before, if it has, please point me towards it.
Thank you again.
Paul.
This thread is somewhat related to Receive the output styling without inline attributes thread by Kolosovska, but does not solely involve the manner in which CSS is 'output'. However if the mods think it's directly related, please ad my post to that thread.