| HTML
Tag |
Converts to:
|
[-]
bb |
[-]
vB |
[-]
smf |
[-]
ibp |
|
|
BBCode |
vB Code |
SMF Code |
IPB Code |
| <BR> or <BR /> |
Carriage Return |
Carriage Return |
Carriage Return |
Carriage Return |
| <P> |
2 Carriage Returns |
2 Carriage Returns |
2 Carriage Returns |
2 Carriage Returns |
| <BLOCKQUOTE></BLOCKQUOTE> |
[quote][/quote] |
[quote][/quote] |
[quote][/quote] |
[quote][/quote] |
| <UL></UL> |
[list][/list] |
[list][/list] |
[list][/list] |
[list][/list] |
| <OL></OL> |
[list=1][/list] |
[list=1][/list] |
[list][/list] |
[list=1][/list] |
| <LI> |
[*] |
[*] |
[*] |
[*] |
| <IMG SRC="pic.jpg"> |
[img]pic.jpg[/img] |
[img]pic.jpg[/img] |
[img]pic.jpg[/img] |
[img]pic.jpg[/img] |
| <A HREF="http://webpage.com/">Web Page</A> |
[url=http://webpage.com]Web Page[/url] |
[url=http://webpage.com]Web Page[/url] |
[url=http://webpage.com]Web Page[/url] |
[url=http://webpage.com]Web Page[/url] |
| <A HREF="mailto:me@address.com">Email me</A> |
me@address.com |
[email=me@addres.com]Email me[/email] |
[email=me@addres.com]Email me[/email] |
[email=me@addres.com]Email me[/email] |
| <BIG></BIG> |
[b][/b] |
[b][/b] |
[b][/b] |
[b][/b] |
| <B></B> |
[b][/b] |
[b][/b] |
[b][/b] |
[b][/b] |
| <U></U> |
[u][/u] |
[u][/u] |
[u][/u] |
[u][/u] |
| <I></I> |
[i][/i] |
[i][/i] |
[i][/i] |
[i][/i] |
| <FONT FACE="arial"></FONT> |
|
[font=arial][/font] |
[font=arial][/font] |
[font=arial][/font] |
| <FONT COLOR="red"></FONT>; |
[color=red][/color] |
[color=red][/color] |
[color=red][/color] |
[color=red][/color] |
| <FONT SIZE="5"></FONT> |
[size=5][/size] |
[size=5][/size] |
[size=5][/size] |
[size=5][/size] |
| <FONT FACE="arial" COLOR="red" SIZE="5"></FONT> |
[color=blue][size=5]
[/color][/size] |
[font=arial][color=red][size=5]
[/font][/color][/size] |
[font=arial][color=red][size=5]
[/font][/color][/size] |
[font=arial][color=red][size=5]
[/font][/color][/size] |
| <STRONG></STRONG> |
[b][/b] |
[highlight][/highlight] |
[b][/b] |
[b][/b] |
<TEXTAREA></TEXTAREA>
(Note: All code within textarea is not converted.) |
[code][/code] |
[code][/code]
or [html][/html]
or [php][/php] |
[code][/code]
or [php][/php] |
[code][/code]
or [html][/html]
or [php][/php]
or [xml][/xml]
or [sql][/sql] |
<SCRIPT></SCRIPT>
(Note: All code within script is not converted.) |
[code][/code] |
[code][/code]
or [html][/html]
or [php][/php] |
[code][/code]
or [php][/php] |
[code][/code]
or [html][/html]
or [php][/php]
or [xml][/xml]
or [sql][/sql] |
| <PRE></PRE> |
[code][/code] |
[code][/code] |
[pre][/pre] |
[code][/code] |
| <LEFT></LEFT> |
|
[left][/left] |
[left][/left] |
[left][/left] |
| <CENTER></CENTER> |
|
[center][/center] |
[center][/center] |
[center][/center] |
| <RIGHT></RIGHT> |
|
[right][/right] |
[right][/right] |
[right][/right] |
| <STRIKE></STRIKE> |
|
|
[s][/s] |
[s][/s] |
| <MARQUEE></MARQUEE> |
|
|
[move][/move] |
|
| <HR> |
|
|
[hr] |
[hr] |
<object width="320" height="240">
<param name="movie" value="flash.swf">
<embed src="flash.swf" width="320" height="240">
</embed>
</object> |
|
|
[flash=320,240]flash.swf[/flash] |
[flash=320,240]flash.swf[/flash] |
| <TABLE></TABLE> |
|
|
[table][/table]
(Note: It seems that SMF cannot handle nested tables.) |
|
| <TR></TR> |
Carriage Return |
Carriage Return |
[tr][/tr] |
Carriage Return |
| <TD></TD> |
(Space) |
(Space) |
[td][/td] |
(Space) |
| <TH></TH> |
(Space) |
(Space) |
[td][/td] |
(Space) |
| <SUP></SUP> |
|
|
[sup][/sup] |
[sup][/sup] |
| <SUB></SUB> |
|
|
[sub][/sub] |
[sub][/sub] |
| <TT></TT> |
|
|
[tt][/tt] |
|
| <ABBR TITLE="World Wide Web">WWW</ABBR> |
|
|
[acronym=World Wide Web]WWW[/acronym] |
|
| <ACRONYM TITLE="World Wide Web">WWW</ACRONYM> |
|
|
[acronym=World Wide Web]WWW[/acronym] |
|