Table Width and positioning, Well.. the title explains it all |
Table Width and positioning, Well.. the title explains it all |
Jul 29 2006, 10:55 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2006 Member No: 445,967 |
Is there a way to make myspace tables smaller, and maybe push them more to the right?
http://myspace.com/wayani ^ I want both tables collectively over to the right more, and/or a bit smaller if nothing else. Thanks in advance! |
|
|
|
![]() |
| *This Confession* |
Jul 29 2006, 11:01 PM
Post
#2
|
|
Guest |
to move your profile to the right
CODE <style type="text/css"> body{ padding-left: 200px; } </style> and to make your tables smaller put this in CODE <style> TD TD {text-align: center;} TD TD TD {text-align: center;} TD TD TD TD {border-top: 0px solid; width: 1%; text-align:normal;} TD TD TD TD TD {border-top: 0px solid black; text-align:normal;} TD TD TD TD TD TD {border: 0px solid;} TABLE, TD {padding: 0px; text-transform: uppercase; width:350px;} TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE {padding: 0px; text-transform: none;height: .01%; width: 100%;} TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} table td div div font {visibili-ty:hidden;di-splay:none;} table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table table {border: 0px; text-align: justify; padding: 0px;} </style> TABLE, TD {padding: 0px; text-transform: uppercase; width:350px;} and change the 350px on that to change the size of the right table |
|
|
|
wayani Table Width and positioning Jul 29 2006, 10:55 PM
wayani Is there a way to move just the right side of the ... Jul 29 2006, 11:16 PM![]() ![]() |