Help:Editing: Difference between revisions

(→‎Colored Text: added font size and typeface help)
Line 341: Line 341:
Using colored text is highly discouraged but in some cases useful.  To color your text enter the following code.  So for example:
Using colored text is highly discouraged but in some cases useful.  To color your text enter the following code.  So for example:


<pre>
<pre><nowiki>
<nowiki>
<span style="color:purple;">purple text</span>
<span style="color:purple;">purple text</span>
<span style="color:green;">green text</span>
<span style="color:green;">green text</span>
Line 375: Line 374:
To set a specified font size or typeface, enter the following code. So for example:
To set a specified font size or typeface, enter the following code. So for example:


<pre>
<pre><nowiki>
<nowiki>
<span style="font-family: Times New Roman;font-size: 130%;">Times New Roman text</span>
<span style="font-family: Times New Roman;font-size: 130%;">Times New Roman text</span>
</nowiki></pre>
</nowiki></pre>
Anonymous user