Font size observation: small-tag vs. span-style-tag

  • Unknown's avatar

    Hello!

    I noticed that the following does not work because WordPress deletes the small-tag after clicking “Publish”:
    <small>bla bla bla</small>

    Instead I have to do it this way:
    <span style=”font-size:10px;”>bla bla bla</span>

    Is there a reason the small-tag is deleted?

    Thank you

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

  • Unknown's avatar

    Update!
    I’m asking the same since the publish button removes more than <small>-HTML code, the embedded html code from youtube too if you change the height etc..

  • The topic ‘Font size observation: small-tag vs. span-style-tag’ is closed to new replies.