Tables in posts

Virtual PC and Virtual Box

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Tables in posts

Post by sjj1805 » Thu Feb 02, 2012 7:07 pm

[td=1,]This is the left cell[/td][td=1,]This is the right cell[/td][td=1,]This is another row[/td][td=1,]This is the second cell[/td]
This is a header
http://startrekguide.com/community/view ... 3120#p3120

Remember to remove all new lines so that this

Code: Select all

[corners=forumbg forumbg-table]
[table=tablebg table1]
[thead]
[tr=]
[th=3]This is a header[/th]
[/tr]
[/thead]
[tbody]
[tr=bg1]
[td=1,]This is the left cell[/td]
[td=1,]This is the middle cell[/td]
[td=1,]This is the right cell[/td]
[/tr]
[tr=bg2]
[td=1,]This is another row[/td]
[td=1,]This is the middle cell[/td]
[td=1,]This is the second cell[/td]
[/tr]
[/tbody]
[/table]
[/corners]
Becomes this

Code: Select all

[corners=forumbg forumbg-table][table=tablebg table1][thead][tr=][th=3]This is a header[/th][/tr][/thead][tbody][tr=bg1][td=1,]This is the left cell[/td][td=1,]This is the middle cell[/td][td=1,]This is the right cell[/td][/tr][tr=bg2][td=1,]This is another row[/td][td=1,]This is the middle cell[/td][td=1,]This is the second cell[/td][/tr]
[/tbody][/table][/corners]
[td=1,]This is the left cell[/td][td=1,]This is the middle cell[/td][td=1,]This is the right cell[/td][td=1,]This is another row[/td][td=1,]This is the middle cell[/td][td=1,]This is the second cell[/td]
This is a header

Post Reply