View Single Post
Old 06-08-2009, 06:02 PM   #219 (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: 54.39 mpg (US)

Mathilde - '99 Volkswagen Eurovan Camper
90 day: 16.87 mpg (US)
Thanks: 315
Thanked 314 Times in 187 Posts
Using the table tags causes a huge amount of space between text and table. For example:























Type 1 Type 2 Type 3 Type 4 Type 5 Type 6 Type 7 Type 8 Type 9
1 5 -1 -4 6 -6 4 1 -6


The corresponding BBCode is (using PHP code tags so it shows the BBCode):
PHP Code:
[table]
  [
tr]
    [
td]Type 1[/td]
    [
td]Type 2[/td]
    [
td]Type 3[/td]
    [
td]Type 4[/td]
    [
td]Type 5[/td]
    [
td]Type 6[/td]
    [
td]Type 7[/td]
    [
td]Type 8[/td]
    [
td]Type 9[/td]
  [/
tr]
  [
tr]
    [
td]1[/td]
    [
td]5[/td]
    [
td]-1[/td]
    [
td]-4[/td]
    [
td]6[/td]
    [
td]-6[/td]
    [
td]4[/td]
    [
td]1[/td]
    [
td]-6[/td]
  [/
tr]
[/
table
This is seen on both Firefox (3) and IE (6).
  Reply With Quote