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

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

Mathilde - '99 Volkswagen Eurovan Camper
90 day: 16.87 mpg (US)
Thanks: 314
Thanked 314 Times in 187 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 03:06 PM..
  Reply With Quote
The Following User Says Thank You to NachtRitter For This Useful Post:
California98Civic (06-21-2013)