To format your text first select it by highlighting the section. To highlight, click the mouse button and hold the mouse button down while you move your mouse to the end of the text. Then release the mouse button.
Changing the Text Size
- Click the down arrow beside the 'Size' menu.
- Click the size you'd like from the drop down menu.
NOTE: Sizes range from 'xx-small' to 'xx-large'.
Changing the Text Colour
- Click on the 'Text Color' button.
- Click on the colour you'd like.
Changing the Font
- Click the down arrow beside the 'Font' menu.
- Click the font you'd like from the drop down menu.
NOTE: The font is Arial by default.
Use a Non-Standard font:
The Easy Editor only lists standard, web-safe fonts. If you would like to use a different font you may insert the following CSS (Cascading Style Sheets) code: <style type="text/css"> body, td, p {font-family: Garamond;} </style> Just change Garamond to the name of your desired font. WARNING: If
the visitor does not have the font you specified installed on their
computer, they will instead see the default font
specified for their web browser.
To insert on an individual page, edit the page and click on the 'HTML' button on the Easy Editor toolbar to paste in the code, or click on 'Properties' in the left-hand menu and insert it into the HEAD section.
To insert the code so that it affects all of your pages you may place it within 'Edit Site' -> 'My Pages' -> 'Power Tools' -> 'Insert
Tracking Code'. Remember to check the pages, or select all pages, and
then click on 'Save'.
To learn more about Cascading Style Sheets, please visit W3Schools (www.w3schools.com).
|