Post by ( NEV ) on Dec 25, 2010 18:06:54 GMT 8
Hello all,
I'll be explaining this epic thing called a TABLE. DUN DUN DUUUN.
Ever been upset when you go to CAUTION to look for codes, and see all of those pretty dohtml, and there's nothing for proboards?
LOL. Be upset no more!
Some genius has made tables possible on proboards. They aren't as advanced as dohtml, but they can still look very appealing.
BASICS
That table is just that; a table. Nothing to it. Here is the code;
Now, to explain each part. Every table needs this, or it wont work:
That is your base. Everything else goes INSIDE of that.
Unless you want a fugly white border around your table that looks disgusting, you add this;
Remember. INSIDE THE TABLE. There is no [/atrb], remember that, also. Atrb stands for attribute, homies. :D
You can also set a certain width, or height. You CAN set a certain height, but it wont work unless we get another code on here. Even then, you'd need to be a bit more advanced in table making.
To set width;
If you try and put that all together, you'll notice your table is transparent. You need a background color! Woot woot.
Yep, that's it. You've got your basic table down.
----
Between all of that, you can change font size, color, face, etc like normal. You can add a picture, whatev.
ONTO PART TWO.
I'll be explaining this epic thing called a TABLE. DUN DUN DUUUN.
Ever been upset when you go to CAUTION to look for codes, and see all of those pretty dohtml, and there's nothing for proboards?
LOL. Be upset no more!
Some genius has made tables possible on proboards. They aren't as advanced as dohtml, but they can still look very appealing.
BASICS
[atrb=border,0,true][atrb=width,350,true][bg=1e2a54] This is your most basic table EVER. Well, not the most basic, but close enough. |
That table is just that; a table. Nothing to it. Here is the code;
[table][tr][td][atrb=border,0,true][atrb=width,350,true][bg=1e2a54]
[font=Verdana][color=d4d4d4][size=1]
[blockquote][/blockquote][/size][/color][/font]
[/td][/tr][/table]
Now, to explain each part. Every table needs this, or it wont work:
[table][tr][td][/td][/tr][/table]
That is your base. Everything else goes INSIDE of that.
Unless you want a fugly white border around your table that looks disgusting, you add this;
[atrb=border,0,true]
Remember. INSIDE THE TABLE. There is no [/atrb], remember that, also. Atrb stands for attribute, homies. :D
You can also set a certain width, or height. You CAN set a certain height, but it wont work unless we get another code on here. Even then, you'd need to be a bit more advanced in table making.
To set width;
[atrb=width,WIDTH HERE. JUST A NUMBER,true]
If you try and put that all together, you'll notice your table is transparent. You need a background color! Woot woot.
[bg=HEX CODE HERE]
Yep, that's it. You've got your basic table down.
----
Between all of that, you can change font size, color, face, etc like normal. You can add a picture, whatev.
ONTO PART TWO.