|
|
| How to use special RpCodes. | |
|
RpCodes are an abbreviated version of HTML.
They will help you better format your messages. |
|
| To make link within a post | |
| RpCode: | [url]www.RusUSA.com[/url] |
| Result: | www.RusUSA.com |
| or | |
| RpCode: | [url=www.RusUSA.com]RusUSA.com[/url] |
| Result: | RusUSA.com |
| To add an image to post | |
| RpCode: | [img]http://www.RusUSA.com/images/warning.gif[/img] |
| Result: | ![]() |
| To create email link | |
| RpCode: | [mail]webmaster@RusUSA.com[/mail] |
| Result: | webmaster@RusUSA.com |
| To make text bold | |
| RpCode: | [b]bold[/b] |
| Result: | bold |
| To make text italicized | |
| RpCode: | [i]italic[/i] |
| Result: | italic |
| To make text underlined | |
| RpCode: | [u]underlined[/u] |
| Result: | underlined |
| To center a text within a post | |
| RpCode: | [center]centered text[/center] |
| Result: | centered text |
| To preserve formatting of a paragraph in a post | |
| RpCode: | [code] line 1 line 2 [/code] |
| Result: | line 1 line 2 |
| Note: [code] tag is used to display preformatted text, for instance for displaying programming code. | |