Ezcodes are an abbreviated version of HTML developed specifically for use on ezboard. To learn more about ezcodes, click here. Below is a tutorial of available ezcodes.
[link]www.ezboard.com[/link]
Result: www.ezboard.com
OR...
[link=www.ezboard.com]ezboard Home Page[/link]
Result: ezboard Home Page
You can also add the newwindow parameter if you wish the link to open in a new window
e.g.,
[link=www.ezboard.com newwindow]ezboard Home Page[/link]
Inserting an image is as easy as the code below. If you are including the [link] tag, you can also use the noborder option to omit the default border.
[image noborder]www.ezboard.com/image/csc_goldcommunity.gif[/image]
Result:
[mail]email@address.com[/mail]
Result: email@address.com
[quote]To post, or not to post. That is the question![/quote]
Result:
Quote:
-------------------------------------------------------------
To post, or not to post. That is the question!
-------------------------------------------------------------
[b]this is bold text[/b]
Result: this is bold text
[u]underline[/u]
Result: underlined text
[i]this is text in italics[/i]
Result: this is text in italics
[center]this is text made up of several lines that are centered[/center]
Result:
The code tag preserves formatting and is useful for displaying programming code in the post (instead of the post trying to render the code).
[code]
<html><body>
<h1>header text</h1>
<p>paragraph text</p>
</body></html>
[/code]
Result:
<html><body>
<h1>header text</h1>
<p>paragraph text</p>
</body></html>
[hr]
Result:
I want to have this line first[br] and this line second
Result:
I want to have this line first
and this line second
[font color=lime]helping. people.connect[/font]
Result:
helping. people.connect
[font size=7]hello[/font]
Result:
hello
ezcodes supports all of the major web-based fonts (Arial, Helvetica, Geneva, Times New Roman, etc.)
[font face=Times New roman size=5]This is Times New Roman font.[/font]
Result:
This is Times New Roman font.
Note – Do not use double quotes when using the font face attribute.
[font color=green face=Times New roman size=5]Hello[/font]
Result:
Hello
You can use several ezcodes together in a manner called "nesting" to make your posts more interesting and useful. Note that nesting must be done in a symmetrical manner. e.g.:
PROPER NESTING: [font color=blue][i][b] nesting in effect[/b][/i][/font]
( INCORRECT NESTING: [font color=blue][i][b]nesting in effect[/font][/i][/b )]
Result:
nesting in effect
You can resize the width and height attributes of an image.
[image width=100 height=100]www.ezboard.com/image/csc_goldcommunity.gif[/image]
Result:
Note – There is a 500 x 500 size limit when using the height/width attributes.
The alt attribute displays a text description when the image is moused over or shows up as broken and provides text for accessibility purposes.
[image alt=This is my picture] www.ezboard.com/image/csc_goldcommunity.gif[/image]
Result:
[image noborder width=300 height=300 alt=This is my picture]
www.ezboard.com/image/csc_goldcommunity.gif
[/image]
Result:
ezcodes allow you to insert three types of lists: Unordered (bulleted), numerically ordered, and alphabetically ordered into posts or signatures.
[list][*]Item one[*]Item two[/list]Result:
[list=1][*]Item one[*]Item two[/list]Result:
[list=a][*]ctem one[*]Item two[/list]Result: