Boardmaster Tag User Guide

Boardmaster Tag Example
Result
Text Effects - Use these tags to modify your text
[b]Bold Text[/b]
[i]Italic Text[/i]

[color=red]Red Text[/color]
[color=#ff0000]Red Hex Text[/color]

[size=1]Mini Text[/size]

Bold Text
Italic Text

Red Text
Red Hex Text

Mini text

URL Hyperlinking - Use this tag to include a hyperlink to another website or webpage
[url]www.beholder.net[/url]
[url=http://www.beholder.net]Beholder.net[/url]
www.beholder.net
Beholder.net
Email Hyperlinking - use this tag to include an email address
[email]arnica@otenet.gr[/email]
[email=Beholder]arnica@otenet.gr[/email]
arnica@otenet.gr
Beholder
Images - use this tag to include an image
[img]http://www.beholder.net/scripts/boardmaster/boardmaster.gif[/img]
Code - use this tag to display code safely
[code]
unless ( eq "$authenticate") {
print "WRONG ADMIN PASSWORD";
&unlock;
exit;
} [/code]
code:

unless ( eq "$authenticate") {
print "WRONG ADMIN PASSWORD";
&unlock;
exit;
}
Quotes - use this tag to quote from another source

[quote]PLEASE, let me know if you install Boardmaster on your website. I like to see my work in action... Feel free to send me any comments/suggestions you may have..[/quote]
quote:
PLEASE, let me know if you install Boardmaster on your website. I like to see my work in action... Feel free to send me any comments/suggestions you may have.