Span Tag in Post Title

  • Unknown's avatar

    Pardon me if this belongs in “CSS Customization,” I wasn’t sure.

    My blog is http://anumma.wordpress.com .

    I would like to use the Span html tag in post titles, but the tag is stripped when I save the posts.

    Specifically, I have the following added to my CSS, so I can have ampersands that are in a fancier, larger font than the surrounding text::
    span.amp {
    font-family:”Goudy Old Style”, Palatino, “Book Antiqua”, Serif;
    font-style:italic;
    font-size:110%;
    }

    In the body of my posts, I can then include the following tag:
    <span class="amp">&amp;</span>

    It works fine in the body of my posts. But if I try to use the Span tag in the post title, it gets stripped out when I save. Is there any way to use Span tags in posts titles, or perhaps a different to accomplish what I want?

    Thanks!
    Brooke

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    HTML tags are not allowed in post titles.

    The only way to change the post title font would be to have the paid CSS upgrade and at least a little experience with CSS.

  • The topic ‘Span Tag in Post Title’ is closed to new replies.