littleguy
 
Rave Victoria Markup Language (RVML) Syntax

The Rave Victoria Markup Language (RVML) is a stripped down version of the HyperText Markup Language (HTML) used in the World Wide Web. Basically, RVML provides an albeit limited means of marking up the text that appears in the body of a message. The following codes are provided by RVML:

[B] and [I]
The B and I tags allow you to bold or italicize text in your message. The tags take the following formats:

[b]text[/b]
[i]text[/i]
This text will appear on the web page as text or text, respectively.

[QUOTE]
The QUOTE tags allows you to quote text in your message. The tag take the following format:

[quote]This is some quoted text.[/quote]
This text will be indented on the web page, as in:

           This is some quoted text.

[URL]
The URL tag allows you to put a link to a web site into your message. The URL tag takes the following formats:

[url]www.foo.com[/url]
This code will appear as a link to the web page at "http://www.foo.com" and will appear in the message body as "www.foo.com".

[url]http://www.foo.com[/url]
This code will appear as a link to the web page at "http://www.foo.com", and will appear in the message body as "http://www.foo.com".

[url=www.foo.com]click me![/url]
[url=http://www.foo.com]click me![/url]
This code will appear as a link to the web page at "http://www.foo.com", and will appear in the message body as "click me!".

[IMAGE]
The IMAGE tag allows you to put an image into your message body. The IMAGE tag takes the following formats:

[img=www.foo.com/whatever.jpg]
[img=http://www.foo.com/whatever.jpg]
[image=www.foo.com/whatever.jpg]
[image=http://www.foo.com/whatever.jpg]
The image will appear in the message body, and will be loaded from the web site indicated in the tag. Note that the image must be available on a public web site - you cannot display images stored on your local machine.


Back to the forums! ;)