b - <b>Bolded Text</b>
i - <i>Italicized Text</i>
u - <u>Underlined Text</u>
pre - To be honest, I have no idea what this is. O_o; It's one of the four default allowed. I could remove it, I don't think anyone uses it anyway. o_O;
I really don't know why the bold, italic, and underline are there for allowed HTML, since the exact same codes are used in bbcode, but... *shrug* Unless it starts causing a problem, then they can stay.
Beyond here is what I added to the board...
p - Paragraph. Inserts a paragraph break. Same as two <br> codes, actually. (Which are not on...) Mostly used in conjunction with the 'p align' HTML code. I had to add 'p' to the allowed list to let you use the align ones... See below.
center - Centers text or images. (You can see images in Haru and Ruka's Information Threads... Also, Cam used it for the bio pages/welcome threads in different forums.)
<center>
It just shoves things in the center, like this</center>
img - HTML Img tag.
Code:
<img src="URL FOR IMAGE HERE">
hr - Inserts a Horizontal Rule... like below
<hr>
alt - in conjunction with the HTML Image Tag. "Alt" text for when you hover over images.
Code:
<img src="URL FOR IMAGE HERE" alt="Alt Text">
strike - Struckout Text. I'm the main one that uses this when I fix something. xD <strike>Like this.</strike>
align - Align your text. Right and Left. (Center Align(ment) uses the "center" tag. ^^; )
Uses: (Change { and } to <and>, respectively)
<p align="right">{p align="right"}
INSERT YOUR RIGHT-ALIGNED TEXT HERE. {/p}</p>
<p align="left">{p align="left"}
INSERT YOUR LEFT-ALIGNED TEXT HERE. {/p}</p>
Note that using the 'p align' means a paragraph space between start and end tags as you see above...
All tags with 'code' not shown are simply: <TAG></TAG> around what you want it used on.
