User talk:Rodri8032: Difference between revisions
From Halopedia, the Halo wiki
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
Will give this: <span style="color:maroon;">This text is Maroon.</span> | Will give this: <span style="color:maroon;">This text is Maroon.</span> | ||
==<span style="font-size: 160%;">Font</span><span style="font-size: 115%;"> Size</span>== | |||
== | |||
To set a specified font size, enter the following code. So for example: | |||
<pre><nowiki> | |||
<span style="font-size: 130%;">Enlarged text</span> | |||
</nowiki></pre> | |||
Will output:<span style="font-size: 130%;">Enlarged text</span> |
Revision as of 19:18, March 23, 2011
Message for all new users
I'm going to give a lot of tutorials to all of you who don't know how wikia works.
Colored text
To color your text enter the following code. So for example:
<span style="color:red;">red text</span> <span style="color:orange;">orange text</span> <span style="color:yellow;">yellow text</span> <span style="color:green;">green text</span> <span style="color:blue;">blue text</span> <span style="color:purple;">purple text</span> <span style="color:black;">black text</span> <span style="color:silver;">silver text</span> <span style="color:olive;">olive text</span> <span style="color:gold;">gold text</span>
Will Output:red text orange text yellow text green text blue text purple text black text silver text olive text gold text
For a complete list of possible colors, see Wikipedia's article on web colors. Simply copy and paste the HTML code next to your preferred color. For Example:
<span style="color:maroon;">This text is Maroon.</span>
Will give this: This text is Maroon.
Font Size
== To set a specified font size, enter the following code. So for example:
<span style="font-size: 130%;">Enlarged text</span>
Will output:Enlarged text