HTML Global Change Command?

  • Unknown's avatar

    Is there a way to do a global change / ‘change all’ in the HTML view of a post?

    Specifically when I want to change font (have read the FAQ on this, which helped), I’d like to be able to do a global change on font size (e.g. change all 13pt to 12pt) and font family (e.g. change all &quot to Calibri).

    Thank you.
    http://www.mysydneyparislife.wordpress.com

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

  • Unknown's avatar

    I am hoping their is a better way then mine…:

    wordpress.com does recognize the code

    <big> and <small>

    and they do supersede other mark up code.

    you can start and end an entire post with:

    <big> entirepost </big> or <big><big> entirepost </big></big>

    to change text size of an entire post
    . the default setting for text size is the same as “small”.

  • Unknown's avatar

    This model at the beginning:
    <div style="font-size:DEFINE; font-family:DEFINE;>
    and this tag at the end:
    <div>

    Where I’ve put “DEFINE”, you specify size (e.g. x-small, small, medium, etc., or 8px, 10px, etc.), and font (e.g. arial, georgia, and so on).

  • Unknown's avatar

    OOps – end tag is
    </div>

  • The topic ‘HTML Global Change Command?’ is closed to new replies.