Did you know?
You are allowed to use most HTML codes in your page; the following HTML codes are not allowed:
iframe, head, body, header
If you want a page background picture use this code: <body
background="http://YOURPICTURE.jpg">
Backgrounds

You can also add dynamic references into your page. To refer to yourself, use the "me" references;
{me.username}, {me.age}, {me.picture}, {me.id}
You can also refer to your visitor with the "you" references;
{you.username}, {you.id}
You can refer to your page statistics with the "page" references;
{page.hits}, {page.lasthit}, {page.edit}, {page.editcount}, {page.creation}
|
|