HTML Global Change Command?
-
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 " to Calibri).
Thank you.
http://www.mysydneyparislife.wordpress.comThe blog I need help with is: (visible only to logged in users)
-
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”. -
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).
-
- The topic ‘HTML Global Change Command?’ is closed to new replies.