Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Tabling

Author Topic: Tabling  (Read 1153 times)

AnnOrz

  • Kiel Factory Worker
  • **
  • Posts: 318
  • Broken.
Tabling
« on: March 05, 2010, 07:04:45 am »
I know how to me a 3x3 table using bbcode, but I'm having trouble making a 1+2x3

Is it possible to code something to make it look like

???

Quote
“Tears are words the heart can't express”

High Priestess:
Assassin:
Whitesmith:
Biochemist:
Soul Linker:
High Wizard:
Baby Knight:
Whitesmith:
Taekwon Ranker:
Gypsy:


s3r3n!ty
~*s3r3n!ty*~
~*s3r3n!ty
s3r3n!ty~
s3r3n!ty*~
AnnaSophia
AnnaBear
Peachy*Fizz!~
Tangerine*Fizz!~
s3r3n4d3



99/70/50
99/50/50
99/70/50
99/6x/50
99/50/50
99/6x/50
99/50/50
99/70/50
9x/50/50
xx/xx/xx


Razer

  • Rune-Midgard's Mentor
  • ****
  • Posts: 11162
  • Romeo alpha zulu echo romeo.
Re: Tabling
« Reply #1 on: March 05, 2010, 08:03:52 am »
Maybe if nesting is possible,  make a table with with 2 columns and then inside the second column - make another table (nest another table with 3 rows and 2 columns) I thinks its possible - Look below :-

Made using nested tables - slight alignment disorder seems to exist
A1
B1 B2
B3 B4
B5 B6

Code: [Select]

[table]
[tr]
[td]
A1
[/td]
[td][table][tr][td]B1 [/td][td]B2 [/td][/tr]
[tr][td]B3 [/td][td]B4 [/td][/tr]
[tr][td]B5 [/td][td]B6 [/td][/tr]

[/table]
[/td]
[/tr][/table]
« Last Edit: March 05, 2010, 08:08:43 am by Razer »

DeePee

  • Earl of Vermillion
  • ***
  • Posts: 1730
Re: Tabling
« Reply #2 on: March 05, 2010, 08:04:40 am »
I doubt the forum supports colspan and rowspan, so here:

Code: [Select]
[table]
[tr]
[td]
Column 1
[/td]

[td]
[table]
[tr][td]Column 2 Row 1[/td][/tr]
[tr][td]Column 2 Row 2[/td][/tr]
[tr][td]Column 2 Row 3[/td][/tr]
[/table]
[/td]

[td]
[table]
[tr][td]Column 3 Row 1[/td][/tr]
[tr][td]Column 3 Row 2[/td][/tr]
[tr][td]Column 3 Row 3[/td][/tr]
[/table]
[/td]
[/tr]
[/table]

Razer

  • Rune-Midgard's Mentor
  • ****
  • Posts: 11162
  • Romeo alpha zulu echo romeo.
Re: Tabling
« Reply #3 on: March 05, 2010, 08:13:12 am »
Isnt my code shorter ?


DeePee

  • Earl of Vermillion
  • ***
  • Posts: 1730
Re: Tabling
« Reply #4 on: March 05, 2010, 08:16:30 am »
Depends how she wants to arrange it, I guess.

Johnsu

  • Yuno Librarian
  • ***
  • Posts: 3616
Re: Tabling
« Reply #5 on: March 05, 2010, 12:02:00 pm »
Digi Gave this to me, Suppose youll need it more now.

http://www.teamopolis.com/tools/bbcode-table-generator.aspx

AnnOrz

  • Kiel Factory Worker
  • **
  • Posts: 318
  • Broken.
Re: Tabling
« Reply #6 on: March 05, 2010, 04:09:44 pm »
@Razer&DeePee
Thanks guys. Just how I wanted it

@Johnsu
They make generators?! @_@
I'll have to remember that so I don't have to manually do everything ;~;;
Quote
“Tears are words the heart can't express”

High Priestess:
Assassin:
Whitesmith:
Biochemist:
Soul Linker:
High Wizard:
Baby Knight:
Whitesmith:
Taekwon Ranker:
Gypsy:


s3r3n!ty
~*s3r3n!ty*~
~*s3r3n!ty
s3r3n!ty~
s3r3n!ty*~
AnnaSophia
AnnaBear
Peachy*Fizz!~
Tangerine*Fizz!~
s3r3n4d3



99/70/50
99/50/50
99/70/50
99/6x/50
99/50/50
99/6x/50
99/50/50
99/70/50
9x/50/50
xx/xx/xx


Johnsu

  • Yuno Librarian
  • ***
  • Posts: 3616
Re: Tabling
« Reply #7 on: March 05, 2010, 05:02:53 pm »
My thoughts exactly :P

BWS

  • Hollengrhen's Apprentice
  • *
  • Posts: 97
Re: Tabling
« Reply #8 on: March 06, 2010, 03:29:20 am »
@Razer&DeePee
Thanks guys. Just how I wanted it

@Johnsu
They make generators?! @_@
I'll have to remember that so I don't have to manually do everything ;~;;


generators are nice, but don't hesitate to learn it, just incase genny ever goes poof you can do it yourself.

Johnsu

  • Yuno Librarian
  • ***
  • Posts: 3616
Re: Tabling
« Reply #9 on: March 07, 2010, 06:42:02 pm »
Yeah, the generators only good for basic learning. Like, the one I have now wasn't used by the gen because well, It doesn't do complex tabling.

GoddessDigi

  • Yuno Librarian
  • ***
  • Posts: 3053
  • Lover of Edward, corrupter of men.
    • Facebook
Re: Tabling
« Reply #10 on: March 07, 2010, 09:09:02 pm »
Well, after you get the basic part figured out through the generator, you can usually tweak it to make it how you want it.
NekoVampiress
NekoDigi
NekoMerchant
NekoGoddess
NekoLunar
GoddessDigi
KittyDigi

LunarDigi
CuppycakeDigi
MysticDigi
Digiju
TricksterDigi
DigiLunar