blank space between my "thinner" tables, how do i make it smaller? |
blank space between my "thinner" tables, how do i make it smaller? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 44,902 ![]() |
I used this code to make my tables thinner: http://www.createblog.com/scripts/download.php?id=101
but since then, there is space between my left tables and my right tables. is there a way to decrease this space? in the code, i played around with the second number (the % number) but it didn't change anything. please help? |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
CODE <style> table table td {padding:1px;} table table table td {padding:0px;} table table table {width:500px !important;} </style> may want to add this as well with it though CODE td.text td a img {width:auto !important;}
table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} </style> |
|
|
![]() ![]() |