Thu, 16 Oct 2008, 4:24am Which HTML / BBCodeizer tags are supported in the forum »
scott
Administrator
Axel_foley_575
Registered: Sep, 2008
Last visit: Thu, 06 Oct 2022
Posts: 706

Here is a list of all the tags currently supported in this forum. I took screenshots since by default it would convert the tags I paste in here.

Let me know if you have any questions:

http://wlodb.com/files/bbcodeize.jpg

http://wlodb.com/files/bbcodeize-2.jpg

Here is the output from pasting the first set of commands:

BBCodeizer currently supports the following tags. The default HTML expansion
is documented here.

text

<u>text</u>

text

<strong>text</strong>

text

<em>text</em>

http://example.com/image.gif

<img src="http://example.com/image.gif" />

Joe Example

<a href="mailto:joe@example.com">Joe Example</a>

joe@example.com

<a href="mailto:joe@example.com">joe@example.com</a>

bbcodeize(string)

<pre>bbcodeize(string)</pre>

Google

<a href="http://www.google.com">Google</a>

http://www.google.com

<a href="http://www.google.com">http://www.google.com</a>

"Shakespeare" wrote:

To be or not to be

<blockquote><cite>Shakespeare wrote:</cite><br />To be or not to
be</blockquote>

That is the question

<blockquote>That is the question</blockquote>

Big Text

<span style="font-size: 32px">Big Text</span>

Red Text Alphabet-colored Text

<span style="color: red">Red Text</span>
<span style="color: #ABCDEF">Alphabet Colored Text</span>

Offline