How do you make myspace tables closer together?

Mari asked:


basically, how do you remove the padding on the tables, to bring them closer together, but keep everything else the same?

Maria
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Bumpzee
  • del.icio.us
  • Facebook
  • Furl
  • Mixx
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google

Comments

  1. Feisty
    June 16th, 2009 | 11:29 am

    To to move your columns closer together… use this..
    .a {move left column}
    object, embed,
    table table table {position:relative; left:100px;}
    table table table table {position:static;}

    .a {move right column}
    td.text table {position:relative; left:-100px;}
    td.text object, td.text embed,
    td.text table table {position:static;}

  2. Charlotte
    June 17th, 2009 | 8:17 am

    use this site

    they have a “squash” option so i think that will work