Digimon: DNA Tamers - Revolution
http://www.dnatamer.net/board/

HTML Codes for DDT
http://www.dnatamer.net/board/viewtopic.php?f=52&t=690
Page 1 of 1

Author:  Aphrodite [ Wed May 17, 2006 8:18 am ]
Post subject:  HTML Codes for DDT

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. :XD

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. :P

Author:  Aphrodite [ Wed Jan 24, 2007 3:05 pm ]
Post subject: 

On an added note, when you post, then post again in the same thread on the same page, your avatar and signature do not show up again. This is a meager attempt at trying to cut down on bandwidth and loading times. You do not have to post 5 times to see changes in your signature or avatar. Refresh your thread to see the changes made.

Thank you,
-Aphrodite

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/