Formatting question

Yoshiwaker

Star Spirit
How do I make text big on a wiki page?
 
<big></big> tags should work, although there's probably some HTML tags you could use for specifics as to font size and such.
 
This is the HTML Version (I've just tested it on the Wiki, and it works):
Code:
<font size="#">This is some text!</font>
Replace the sharp (#) by a number (1, 2, 3, 4, 5, etc.).
The spot you see "This is some text!" can be anything you like.
 
Back