First, since it's part of the rules of Strangers, here's how to put color on your text:
Something like this,
Is this BLUE?
Would be coded like this:
- Code: Select all
[color=#0000FF]Is this BLUE?[/color]
The "#0000FF" is the hexadecimal color code for the blue color you're seeing. You can find a lot of these codes on the net.
There are more color codes in this site: http :// www . computerhope . com / htmcolor . htm
(Just delete the spaces. Sorry, I can't post links yet)
You can also change the size of your text
You can go from this slightly bigger size to this bigger size to this even bigger one!
Or this normal size to this small size and this even smaller size.
In code, it would look like this:
- Code: Select all
You can go from [size=120]this slightly bigger size[/size] [size=150]to this bigger size[/size] [size=200]to this even bigger one![/size]
Or this normal size [size=85]to this small size[/size] [size=50]and this even smaller size.[/size]
It's also possible to change the font of your text, although this is probably limited to the most common ones, like
Times New Roman
Or Cambria
Tahoma
Maybe Bookman Old Style
- Code: Select all
[font=Times New Roman]Times New Roman[/font]
[font=Cambria]Or Cambria[/font]
[font=Tahoma]Tahoma[/font]
[font=Bookman Old Style]Maybe Bookman Old Style[/font]
Pretty much the only way to know if a font will work is to try it. You can always check the preview to see if what you're doing is working.
The same goes to other types of formatting. Just check the preview at the bottom of the text box to see if you're getting the result you want :)