It looks like Stefan has updated the Status system. Here's the functions that work in it
HTML Code:
--To change the Background of the profile
<body bgcolor=red>
--Use HEX colors (see attached image for the ### values)
<body bgcolor=#223223>
--Background images
<body background=block.png>
--Insert an image (look on www.era-go.com/item for the icon)
<img src=block.png>
--Font colors
<font color=red>hi</font>
--Font Size
<font size=12>hi</font>
--Font Face (font style, look below for the fonts available)
<font face=adventure>hi</font>
--You can combine the fonts together- like so
<font color=pink size=10 face=arial>hi there</font>
--Blinking text
<blink>hi</blink>
--Bold text
<b>hi</b>
--Underline
<u>hi</u>
--Italic
<i>hi</i>
Available font names are
HTML Code:
1979
arial
blackchancery
globalism
hyperspeed
impact
tahoma
thegodfather
times
trebuc
triforce
verdana
********
Cour
Arialbd
Arialbi
Ariali
Elementaryheavysf
Elementarysf
Elementarysfbd
Tahomabd
Tempsitc
Trebuc
Trebucbd
Verdanabd
Verdanabi
Verdanai
Cour
Times
Timesbd
Piecesofeight
If you find any more you can use, let me know and I'll add 