Page 1 of 1

Using HTML in posts

Posted: 2004-09-13 17:14
by chibiNekomancer
Hi

I was checking the faq for using html in posts. I have been trying to use tables in order to post some lyrics, wich until now have become a long thread of songs (well, only a few :P , but the thread is growing because of the short sentences), i was thinking of using tables to reduce the space. :D

I don't know if i ask for permission to use html or something like that, but what i do want to know is wich tabs are active (since the faq says SOME code does work :o ).

All in all, asking for ways to make efficient posts, for easier reading and raising replies! (spanish section is so lonely :cry: )

HINT: About the maaya site... since its been a while, why not make the main html an enhancement for people to notice the forum more, instead of reading that the site is under construction. In other words, make the forum the main thing for now, do you agree?.

Posted: 2004-09-13 22:59
by Merri
The current active tags are b,i,u,pre

I guess I could add a,table,tr,td,div,p but please note br is added after each line change, which makes constructing tables a little bit harder.

Posted: 2004-09-14 22:11
by chibiNekomancer
[quote="Merri"]The current active tags are b,i,u,pre

I guess I could add a,table,tr,td,div,p but please note br is added after each line change, which makes constructing tables a little bit harder.[/quote]

So.... you could... um.. but did you?

*TEST XD*

Reference:
<a href="http://maayas.net/forum">Maaya Forum</a>

Parragraph:
<p> Current Book im reading: The body thief </p>

Tables!:

<TABLE BORDER>
<TR>
<TD>A</TD> <TD>B</TD> <TD>C</TD>
</TR>
<TR>
<TD>D</TD> <TD>E</TD> <TD>F</TD>
</TR>
</TABLE>

... so the thing you said about br is.... what happened huh... 9_9

Posted: 2004-09-15 02:19
by Merri
Yeah. You shouldn't have line changes. Basically make it all in one line until you get to the end of each cell. Quote this message and you see the code below.

TABLE STARTS HERE
<table><tr><td>Test 1
</td><td>Test 2
</td></tr><tr><td>Test 3
</td><td>Test 4
</td></tr></table>
TABLE ENDS HERE

Posted: 2004-09-15 05:46
by chibiNekomancer
[quote="Merri"]Yeah. You shouldn't have line changes. Basically make it all in one line until you get to the end of each cell. Quote this message and you see the code below.

Code: Select all

TABLE STARTS HERE
<table><tr><td>Test 1
</td><td>Test 2
</td></tr><tr><td>Test 3
</td><td>Test 4
</td></tr></table>
TABLE ENDS HERE
[/quote]

What have we learned today? ^^

Thanks for help. I will make note of it!
*Off to edit lots of posts*