View Single Post
Old 06-20-2013, 10:34 AM   #482 (permalink)
NachtRitter
NightKnight
 
NachtRitter's Avatar
 
Join Date: Dec 2008
Location: Placerville, CA
Posts: 1,594

RippinRoo - '05 Subaru Legacy Wagon 2.5 GT
Subaru
90 day: 21.16 mpg (US)

Helga - '00 Volkswagen Jetta TDI
TEAM VW AUDI Group
Diesel
90 day: 53.91 mpg (US)

Olga - '03 Volkswagen Jetta Wagon
90 day: 46.24 mpg (US)
Thanks: 303
Thanked 311 Times in 186 Posts
EDIT: Oops, didn't know that Darin had already posted the answer

No, you are right, HTML is not enabled... The trick seems to be to avoid any new lines within the table definition (or only do new lines after the table data, which Darin pointed out), as seen below

Thisistable#1
Here is some more text

Thisistable#2

Here is some more text






This is table #3

Here is some more text

You can see the difference in the code below:

HTML Code:
[table][tr][td]This[/td][td]is[/td][td]table[/td][td]#1[/td][/tr][/table]Here is some more text

[table][tr][td]This[/td][td]is[/td][td]table[/td][td]#2
[/td][/tr][/table]
Here is some more text

[table]
[tr][td]This[/td]
[td]is[/td]
[td]table[/td]
[td]#3[/td][/tr]
[/table]
Here is some more text
(Another trick is to use the [HTML] tags around the BB code to prevent it from being parsed)

Last edited by NachtRitter; 06-20-2013 at 02:06 PM..
  Reply With Quote
The Following User Says Thank You to NachtRitter For This Useful Post:
California98Civic (06-21-2013)