View Single Post
Old 06-06-2009, 10:57 PM   #2 (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
You can do a table like so (using your data):
























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


Code:
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
Not super-easy, but results do look decent.

Edit: Have no idea why I show such a huge amount of space before the start of the table...

Last edited by NachtRitter; 06-06-2009 at 10:58 PM.. Reason: visual problem comment
  Reply With Quote