June 13, 2009
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
basically, how do you remove the padding on the tables, to bring them closer together, but keep everything else the same?
Maria











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;}
use this site
they have a “squash” option so i think that will work