| Symbol |
FPG Code |
Description |
 |
[bold] and [/bold] |
Make text bold, like <b> and </b> in HTML |
 |
[i] and [/i] |
Make text italic, like <i> and </i> in HTML |
 |
[u] and [/u] |
Make text underline, like <u> and </u> in HTML |
 |
[left] and [/left] |
Align left, like <p align="left"> and </p> in HTML
(FPG default is off) |
 |
[center] and [/center] |
Align center, like <center> and </center> in HTML |
 |
[right] and [/right] |
Align right, like <p align="right"> and </p> in
HTML (FPG default is off) |
 |
[blockquote] and [/blockquote] |
Increase indent, like <blockquote> and
</blockquote> in HTML |
 |
[url=http://www.web.com] and [/url] |
Web link, like <a href=""> and </a> in HTML |
 |
[email=me@myserver.com] and [/email] |
E-mail link, like <a href="mailto:me@you.com"> and
</a> in HTML |
For example:
- You type: Hello this text is [b]bold[/b] and this text is [i]italic[/i] and if you click on [email=me@you.com]this[/email], you can send me an e-mail.
- And get: Hello this text is bold and this text is italic and if you click on this, you can send me an e-mail.
|