|
FAQ
|
UBB Syntax Description
- URL Hyperlinking
- Bold
[B]Font[/B]
- Italics
[I]Font[/I]
- Underlined
[U]Font[/U]
- Word Align
You can align any words by encasing the applicable sections of your text with the
[ALIGN=center] [/ALIGN], [ALIGN=left][/ALIGN],[ALIGN=right] [/ALIGN] or [ALIGN=justify][/ALIGN] tags.
[ALIGN=center]
Your any words.
[/ALIGN]
- Email Links
[EMAIL]webmaster@piengine.com[/EMAIL]
[EMAIL=Mailto:webmaster@piengine.com]piengine[/EMAIL]
- Adding Images
[IMG]http://www.piengine.com/images/flag.gif [/IMG]
If you want to align your images and specify their border.The following example can help you.
Here are the align codes: absmiddle left right top middle bottom absbottom baseline texttop
[IMG=2,center]http://www.piengine.com/images/flag.gif[/IMG]
- The way to insert a MicroMedia Flash file
[Flash]http://www.piengine.com/flag.swf[/Flash]
[Flash=width,high]http://www.piengine.com/flag.swf[/Flash]
- Code Tag
[CODE]
text
[/CODE]
- Quoting Other Messages
[QUOTE]
This is what you quote.
[/QUOTE]
- To make a menu like one by HTML code
[UL]Words [/UL] - It is equivalent to <UL> in html.Shrink the typesetting
[OL]Words [/OL] - It is equivalent to <OL> in html. List the lines
[LI]Words [/LI] - It is equivalent to <li> in html. It is used with the codes above
- To make words fly horizontally.It is equivalent to <marquee> in html.
[FLY]Words[/FLY]
- To insert a horizontal line
[HR]
- To make words glow. The parameters are width,color,border width in order
[GLOW=255,RED,2]Words[/GLOW]
- To have a shadow effect on the words.The parameters are width,color,border width in order
[SHADOW=255,RED,2]words[/SHADOW]
- To make words change colors frequently
[COLOR=color]Words[/COLOR]
- To make words change size
[SIZE=value]Words[/SIZE]
- To make words shift fonts
[FACE=Font]Words[/FACE]
- To insert Strikethrough
[STRIKE]Words[/STRIKE]
- To insert rm files with RealPlayer format.The parameters are width,length in order
[RM=width value,height value]http://...[/RM]
- To insert a Midia Player file.The parameters are width,length in order
[MP=width value,height value]http://...[/MP]
- Superscript word
[sup]Words [/sup]
- Subscript word
[sub]Words [/sub]
- To specify word color and back color
[BGCOLOR=face color,word color]Words[/BGCOLOR]
- To insert background music
[SOUND]http://...[/SOUND]
- To insert a column frame
[FIELDSET=Title]Your content[/FIELDSET]
- To have a flashing-word-by-word effect
[LIGHT]Flashing Words[/LIGHT]
- To insert a table
[TABLE][TR][TD]Your content[/TD][/TR][/TABLE]
To insert a complex table.The 8 parameters must be used.
[TABLE=border color,cell space,edge space,table width,align,back color,border width,back image][TR][TD]Your content[/TD][/TR][/TABLE]
- Arranged Style.It is equivalent to <PRE> tag in HTML.
[PRE]Words[/PRE]
|