Text Size HtmlChange the Text Size through the WYSIWYG menu bar.
Text Size Html ExamplesText Size 1 or 8pt Text Size 2 or 10pt Text Size 3 or 12pt ..etc <font size="1">Text Size 1 or 8pt</font>
Standard Text Size HTML CodeThe relative text size format is commonly used in Google Sites 'System' Text so a single change can increase / decrease an entire webpage. Useful for various platforms ie. mobile devices.
<div style="font-size:2em" >Inline CSS - Text Size - default font x 2</div>
Google Sites Text Size HTML CodeThe WYSIWYG menu bar creates the following code:
<font size="1">Text Size 1</font>
Google Sites Creates an Additional size attribute for the Text Size tag. The Inline CSS style attribute can also be used, by clicking the <HTML> button in the Menu Bar . Relative Font Size: <font style="font-size:1.5em" >Inline CSS - Text Size - default font x 1.5</font>
or
Font Size in Pixels: <font style="font-size:10px" >Inline CSS - Text Size - 10 pixels</font>
or Font Size in Words: <font style="font-size:small" >Inline CSS - Text Size - "Small" </font>
|
Google Sites HTML > WYSIWYG HTML Editors >