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 ![]() |
k
changed some also if you go here. you can see what i did if you like it then here CODE <style> table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table table td {padding:1px;} table table table td {padding:0px;} table table table {width:250px !important;} 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:50px !important;} td td td div strong {width:170px !important; display:block;} object {display:block; width:250px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text table table div {display:none;} </style> also in your comment box code you need to chang the cols to 30 QUOTE cols="30" rows="7" and in your about me you had <style type="text/css"> body{ padding-right: 200px; }</style> change the 200 to 300 |
|
|
![]() ![]() |