Profile How To's

Level 15 or higher players can customize their user and pet profile pages. Marapets allows some BBCode and very limited HTML coding.

The following can be used to spruce up text on user profiles, pet profiles, shops, and forum signatures:

BoldUnderlineItalicStrikethrough
[b]Hello[/b]
Hello
[u]Hello[/u]
Hello
[i]Hello[/i]
Hello
[s]Hello[/s]
Hello

 

Coloring text
[color=red]Hello[/color]
Hello
[color=#FF0000]Hello[/color]
Hello

 

You can also do that using a SPAN tag
<span style="color:#ff0000;">Hello</span>
Hello

 

Add background coloring
<span style="background:#CF0020;color:#FFFFFF;">Hello</span>
Hello

 

Add some padding
<span style="background:#CF0020;color:#FFFFFF;padding:5px;">Hello</span>

Hello

 

Display an image
[img]https://images.marapets.com/layout/logo.png[/img]

 

 

Neat, huh? :)