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
i need help with forums format!

Author Topic: i need help with forums format!  (Read 1580 times)

*-*Gato*-*

  • Mercenary Trader
  • **
  • Posts: 714
i need help with forums format!
« on: February 21, 2010, 10:57:48 am »
well i tried looking for somebody's post about how to set up so many awesome things in the forums.

i've learned a few in my own and some from the GM updates (like how to use the spoile, but i can't remember how to put names in them)

like for a table,    i haven't found any, and i see like in people's siggys how they use tables to put the immage and their IGN, can i get any help on that?


kolela

  • Kiel Factory Worker
  • **
  • Posts: 291
Re: i need help with forums format!
« Reply #1 on: February 21, 2010, 11:18:21 am »
for general guidelines... search "BBCode" on google.
Search "table" on anthemro. There's bunch of people answered XD

Razer

  • Rune-Midgard's Mentor
  • ****
  • Posts: 11162
  • Romeo alpha zulu echo romeo.
Re: i need help with forums format!
« Reply #2 on: February 21, 2010, 11:35:16 am »
Or you could post the pics you want an we could tab them for you lol.

exDragon

  • Elder of Thanatos
  • ***
  • Posts: 5348
  • Must absorb more knowledge
Re: i need help with forums format!
« Reply #3 on: February 21, 2010, 11:42:41 am »

This
might
be
what
you


are
looking
for

or
is
it
this
« Last Edit: February 21, 2010, 11:46:41 am by exDragon »
Spoiler for Over 190px:
Got spare ad credits.  Send them to ID 566.  Thanks for the help.
Need help getting Ads, try this


*-*Gato*-*

  • Mercenary Trader
  • **
  • Posts: 714
Re: i need help with forums format!
« Reply #4 on: February 21, 2010, 11:52:38 am »

This
might
be
what
you


are
looking
for

or
is
it
this
say whaaaaaaa!!!   and yes i would say so because i want to learn how to use that. but it just makes no sense to me.i've seen some pretty nice set up in the selling topics but when i quote to see how it's done i have no clues! helps?!

kurip

  • Yuno Librarian
  • ***
  • Posts: 4131
  • magnificent microwave
Re: i need help with forums format!
« Reply #5 on: February 21, 2010, 11:56:24 am »
1     2     3     
4     5     6     
7     8     9     

Code: [Select]
[table]
[tr][td]1     [/td][td]2     [/td][td]3     [/td][/tr]
[tr][td]4     [/td][td]5     [/td][td]6     [/td][/tr]
[tr][td]7     [/td][td]8     [/td][td]9     [/td][/tr]
[/table]
Spoiler for ign:
Kurip - HP (99/70)
Akyu - prof (99/6*)
Sanri - HP (99/70)
mesousa - baby sage (99/50)
ruyuri - gypsy (in progress)
..
3rd Class Customization pack

*-*Gato*-*

  • Mercenary Trader
  • **
  • Posts: 714
Re: i need help with forums format!
« Reply #6 on: February 21, 2010, 12:28:22 pm »
1     2     3    
4     5     6    
7     8     9    

Code: [Select]
[table]
[tr][td]1     [/td][td]2     [/td][td]3     [/td][/tr]
[tr][td]4     [/td][td]5     [/td][td]6     [/td][/tr]
[tr][td]7     [/td][td]8     [/td][td]9     [/td][/tr]
[/table]

ummmm that is a table of like 9 squares?

what if i want to put something like a table with , shields,shoes,body armor, swords, head gear.

how would that work when i want to put a list of thing under one of each of those squares? like how about each in a spoiler?

kurip

  • Yuno Librarian
  • ***
  • Posts: 4131
  • magnificent microwave
Re: i need help with forums format!
« Reply #7 on: February 21, 2010, 12:34:18 pm »
shields
List goes here
shoes
list goes here    
headgears
list goes here    
swords    
List goes here
maces    
etc
hurr  
list
durr    
list
lol
list    
lol
list    

Code: [Select]
[table]
[tr][td]1     [/td][td]2     [/td][td]3     [/td][/tr]
[tr][td]4     [/td][td]5     [/td][td]6     [/td][/tr]
[tr][td]7     [/td][td]8     [/td][td]9     [/td][/tr]
[/table]

ummmm that is a table of like 9 squares?

what if i want to put something like a table with , shields,shoes,body armor, swords, head gear.

how would that work when i want to put a list of thing under one of each of those squares? like how about each in a spoiler?
Spoiler for ign:
Kurip - HP (99/70)
Akyu - prof (99/6*)
Sanri - HP (99/70)
mesousa - baby sage (99/50)
ruyuri - gypsy (in progress)
..
3rd Class Customization pack

exDragon

  • Elder of Thanatos
  • ***
  • Posts: 5348
  • Must absorb more knowledge
Re: i need help with forums format!
« Reply #8 on: February 21, 2010, 02:59:50 pm »
Code: [Select]
[table] opens a table while [/table] closes a table
[tr] which stand for table row opens a row in a table while [/tr] closes a row in a table
[td] which stands for table data opens a slot in a table row while [/td]closes a slot in a table row.


To make a vertical list simply type in a your first word then hit enter and continue listing them like that.  Something like this.

A
B
C
D
E
F

Code: [Select]
Put that list inside[td][/td] so you can frame the list like this.

[td]
A
B
C
D
E
F
[/td]
Spoiler for Over 190px:
Got spare ad credits.  Send them to ID 566.  Thanks for the help.
Need help getting Ads, try this


AnnOrz

  • Kiel Factory Worker
  • **
  • Posts: 318
  • Broken.
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


Linmakana

  • Yuno Librarian
  • ***
  • Posts: 4011
  • Gone.
    • My YouTube Channel
Re: i need help with forums format!
« Reply #10 on: February 21, 2010, 03:51:57 pm »
Spoiler for My Legacy Still Remains:
Spoiler for PECO:
Spoiler for LROC:

*-*Gato*-*

  • Mercenary Trader
  • **
  • Posts: 714
Re: i need help with forums format!
« Reply #11 on: February 21, 2010, 03:56:42 pm »
UMMMM, for what it looks i think i am going to have to play with it a lot to get it just right!
http://www.teamopolis.com/tools/bbcode-table-generator.aspx

Easy as that.

and OMG this is nice!!!

Linmakana

  • Yuno Librarian
  • ***
  • Posts: 4011
  • Gone.
    • My YouTube Channel
Re: i need help with forums format!
« Reply #12 on: February 21, 2010, 04:17:39 pm »
I use it for all my tabling.
Spoiler for My Legacy Still Remains:
Spoiler for PECO:
Spoiler for LROC:

*-*Gato*-*

  • Mercenary Trader
  • **
  • Posts: 714
Re: i need help with forums format!
« Reply #13 on: February 21, 2010, 04:25:46 pm »
well, thank you so much!! and if you want to know why i needed it. look at my signature!!!

Edit: Who likes my siggy even more now!!!