Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Innovation Theme: Italic Text In Posts
#1
I noticed with the Innovation them that if I choose the "italic" button in the WYSIWYG the
Code:
<em> and</em>
tags appear in the source and the text shows up as italic in the editor, but the text doesn't show up in italic in the actual post. How do I fix this or is this a bug?
Reply
#2
I figured it out. I have to manually replace the <em> which is automatically inserted by the editor with <i> in the editor's source to be able to get the text to show up in italic in the actual post. Bug?
Reply
#3
Not a bug. The Innovation theme doesn't have a style for <em>
So just edit style.css and add:
Code:
em { font-style: italic; }
Reply
#4
Thank you!
Reply




Users browsing this thread: 1 Guest(s)