Change Width of Comment Space |
![]() ![]() |
Change Width of Comment Space |
May 26 2007, 04:30 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2007 Member No: 524,631 |
The width of my friend's comment space is wayy too wide and doesn't match the rest of the layout. Is there anyway to change the width of the comment space without using the scroll box code? I'm sure you know what I'm talking about. Here's her link if you need it. Not sure if it's private or not.
|
|
|
|
May 26 2007, 05:00 PM
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
Her page is private but you can use two things...
This will resize the comments: <style type="text/css"> td.text td.text table table table td a img {width:100px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:260px;} * html td.text td.text table table td a img {width:90px;} * html td.text td.text table table td div img {width:80px;} </style> This will change the size of your tables: TABLE, TD {padding: 0px; text-transform: none; width:350px;} |
|
|
|
May 26 2007, 05:24 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2007 Member No: 524,631 |
OMG thanks so much! It worked perfectly(:
|
|
|
|
![]() ![]() |