Skip to content | Skip to navigation
Simply entering text will work as it does in your e-mail application. If you're interested in adding style and structure to your text, you can use Pocket HTML, a super-simplified form of HTML.
|
Syntax |
Result |
|---|---|
|
This is a [b]bold[/b] word. |
This is a bold word. |
|
This is written in [i]in italics[/i]. |
This is written in italics. |
|
Here you see [del]crossed out[/del] text. |
Here you see |
Note that instead of [b] and [i] you may also use [strong] and [em].
|
Syntax |
Result |
|---|---|
|
Thomas wrote:
[cite] Oh yes I am! |
Thomas wrote:
Oh yes I am! |
|
Try this code:
[code] Yell if you run into more problems. |
Try this code:
Yell if you run into more problems. |
Alternatively to using [quote] you can simply select the desired text before hitting Reply to this post, use use the quote-symbol from the post editor.
Note that you cannot nest [cite] or [code] sections.
|
Syntax |
Result |
|---|---|
|
The address of this site is [a]www.netalive.org[/a]. |
The address of this site is www.netalive.org. |
|
E-Mail me: [a]somedude@someplace.com[/a]. |
E-Mail me: somedude@someplace.com. |
|
Linking to the user profile of [user]Jaz[/user]. |
Linking to the user profile of Jaz. |
|
Or would you prefer [journal] Jaz [/journal]'s journal? |
Or would you prefer Jaz's journal? |
|
Here is a link to post # [post] 1488 [/post]. |
Here is a link to post # 1488. |
|
You can also [a=www.netalive.org]label[/a] your links like this. |
You can also label your links like this. |
The last example (labelling links) works similarly for [user], [journal] and [post].
Before you can embed an image into your post, you have to upload the image file to a website you have access too. If you don't have a website, take a look at this listing of companies offering free websites.
|
Syntax |
Result |
|---|---|
|
Have a look at this comic strip: [img]www.netalive.org/strip.gif[/img] |
Have a look at this comic strip:
|
|
Be nice to disabled people and add alternate text ("subtitle") to your images like this: [img=/images/pockethtml_img.gif]Your alternate text goes here[/img] |
Be nice to disabled people and add alternate text ("subtitle") to your images like this:
|
When using structure elements, please make sure to close every single tag or your
post will display unformatted. You can nest structural elements as deeply as you wish.
|
Syntax |
Result |
||||||
|---|---|---|---|---|---|---|---|
|
[h]Headline[/h] |
HeadlineHeadlines are a good means to break down your text into several sections. |
||||||
|
Try using headlines of different levels:
[h1]Level 1[/h1] |
Try using headlines of different levels: Level 1 headlineSome introduction here. Level 2 headlineSome sub-section here. Level 3 headlineSome sub-sub-section here. |
||||||
|
This is an ordered list: |
This is an ordered list:
|
||||||
|
And here an un-ordered list: |
And here an un-ordered list:
|
||||||
|
Sometimes definition lists can be useful:
[dt]Memento[/dt]
[dt]Calvin & Hobbes[/dt] |
Sometimes definition lists can be useful:
|
||||||
|
Try making a table:
[table] |
Try making a table:
|
A blank line automatically indicates the beginning of a new paragraph. Additional blank lines will be ignored unless you use the [br] tag to explicitely insert a line break.
|
Syntax |
Result |
|---|---|
|
This &lb;strong&rb; will not be interpreted as a Pocket HTML tag. |
This [strong] will not be interpreted as a Pocket HTML tag. |
|
Special characters work like in HTML, for instance €, ½ or © |
Special characters work like in HTML, for instance €, ½ or © |