• Why can’t I italicize something in my title? Is there a way to do it so the tags don’t show?
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are you wanting to change all titles to italic or just some? If all of them, you could add the font-style to your css for the H2 (or whichever one it is…)

    Just set up an “italics” class: in the style.css file, add

    .italics {font-style: italics;}

    When you want just a few words or something italicized you’ll have to edit the output to enclose those words in a span class similar to this:

    <span class="italics">my italicized words</span>

    I don’t know that you can do this in the “write” page or the “edit” page. I think it has to be in the output.

    Actually I just sruuround the words I want italicized with the EM tag, like on this post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘italics in the title’ is closed to new replies.