Hi John,
no problem you do not bothering us.
But you can not insert any "pre" formatted text style into the editor!
1.) The paragraph text font is always definied by CSS
2.) You can insert the text with an extra inline style like this:
Code:
<p style="font-family:Helvetica,Arial; color:red">This is your pre styled text</p>
But I think it depends on your editor. The editor is cleaning your style:
Maybe a helpful article:
www.joomlaplates.com/support/documentati...content-was-cleansed
Please Log in or Create an account to join the conversation.