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
Tables in posting

Author Topic: Tables in posting  (Read 1099 times)

LostLimit

  • Mercenary Trader
  • **
  • Posts: 857
Tables in posting
« on: January 28, 2008, 03:35:22 pm »
Can you create a table with rows and columns in your post like the ones in your signature? If so, can someone show me a quick review please. I'm already familiar with the
codes. But I can't seem to align them up correctly in my post.
*Retired~

paladin181

  • Mercenary Trader
  • **
  • Posts: 501
  • A knight without armor in a Savage Land
Re: Tables in posting
« Reply #1 on: January 28, 2008, 03:51:20 pm »
Each td is part of a column. Each tr tag is a row. So each row will have one set of tr tags. The first TD after each tr close tage is column 1, the second is column two for instance... So in this table:

row one 1234
row two 1234
row three 1234
The code looks like this:
Code: [Select]
[table][tr][td]row one[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]row two[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]row three[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][/table]Remember, if you don't specify a width or height, each column and row will auto align to the widest/biggest block of text in that column/row.


This is the tabled part of my signature. It may help.
Code: [Select]
[table][tr][td][IMG]http://img.photobucket.com/albums/v280/paladin181/cainyh4.png[/img][/td] [td][size=2][b]Malice Cain[/b]: 60/30 Crusader (no Guild)[/td][td][quote author=nexusgen link=topic=11596.msg280758#msg280758 date=1201182450]
*dont reply to the troll's topic please*
[/quote][/td][/tr][/table]

Edit: if you want text to appear centered in your columns, you'll have to use center tags in EACH block that you want centering to occur in.

Your selling post is linked to the second page of your shop thread.

Edited by Astatine: Merged double post.
« Last Edit: January 29, 2008, 01:20:50 pm by Astatine »
      Character List:
Malice_Cain: 9x/50 Crusader
Dresban the Great: 6x/3x Assassin
Cain Shadowfyre: Paladin (Retired)
Dresban Lockard: Assassin (Retired)
Elric Nightraven: Wizard (Retired)
Loric Nightraven: Blacksmith (Retired)
Quote from: Gunnery Sergeant Hartman
Hell, I like you. You can come to my house and f!#& my sister!

LostLimit

  • Mercenary Trader
  • **
  • Posts: 857
Re: Tables in posting
« Reply #2 on: January 28, 2008, 06:43:55 pm »
Your selling post is linked to the second page of your shop thread.
Link was old, I must have fixed something before and screw it up. Thanks for pointing that out. /no1
*Retired~