changing the width of "top friends" table |
changing the width of "top friends" table |
Apr 9 2007, 11:33 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2007 Member No: 506,270 |
title says it all; thanks in advance.
|
|
|
|
![]() |
Apr 9 2007, 11:36 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You can't just change on table its all or nothing. I suggest using this:
CODE <style type="text/css"> . table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} 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;} t td.text td.text .orangetext15, td.text td.text table table div {display:none;} </style> Edit this line to the width you want: table table table {width:220px !important; height:0px;} |
|
|
|
![]() ![]() |