Bionicle sets and creations Wiki
Advertisement

Here are some coding that can be used to make a cooler signature or userpage.

Text[]

Colored Text[]

To make colored text, type in this:<font color=COLOR HERE>TEXT HERE</font>.
For example, if you want blue text that says Test, type in this:<font color=Blue>Test</font>, and you will get this:Test.

HTML-Color-Coding[]

If you want, for example, purple text that says Test, type in this:<font color="#880099">Test</font>, and you will get this:Test.
The first two numbers/letters means how much red, the next two numbers/letters means how much green, and the last two numbers/letters means how much blue there will be.
If you want white text, type in this:<font color="#FFFFFF">Test</font>, and you will get this:Test.
If you want black text, type in this:<font color="#000000">Test</font>, and you will get this:Test.

Fonts[]

To make different fonts, type in this:<font face="FONT-NAME HERE">TEXT HERE</font>.
For example, if you want the text to be in Mistral, type in this:<font face="Mistral">Test</font>, and you will get this:Test.

Background[]

To make text with colored background, type in this:<font style="background:BACKGROUND-COLOR HERE">TEXT HERE</font>.
For example, if you want text with yellow background, type in:<font style="background:Yellow">Test</font>, and you will get this:Test.

Size[]

To make text with a specific size, type in this:<font size="SIZE HERE">TEXT HERE</font>.
For example, if you want text with the size 4, type in:<font size="4">Test</font>, and you will get this:Test.

All[]

To make colored text with colored background and a specific font and size, type in this:<font color=COLOR HERE face="FONT-NAME HERE" style="background:BACKGROUND COLOR HERE" size="SIZE HERE">TEXT HERE</font>.
For example, if you want blue text with yellow background in the font Mistral with the size 4, type in this:<font color=Blue face="Mistral" style="background:Yellow" size="4">Test</font>, and you will get this:Test

Advertisement