Change width of comments |
Change width of comments |
Jul 11 2008, 12:51 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Oct 2004 Member No: 54,666 |
Is it possible to change the width of the actual comments? I've been searching, but I can't find any codes. I'm able to change the width of the comments DIV, but not the comments itself. No matter how wide my DIV is, the comments are still very skinny and leave lots of empty space at the sides of the DIV.
|
|
|
|
![]() |
Jul 11 2008, 03:00 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this code, see if it works.
CODE <style> table.friendsComments img {max-width:275px;} table.friendsComments a {max-width:90px} *table.friendsComments {width:2000px; margin-right:-1725px;} *table.friendsComments tr td.text table tr td table tr td {width:275px;} </style> Change the amount of pixels on the first and last bits of the code according to the width you want your comments to be. |
|
|
|
hyperchick Change width of comments Jul 11 2008, 12:51 AM
fixtatik there's also this (change ##px to the width yo... Jul 11 2008, 09:36 AM
hyperchick Thanks to the both of you for helping me :)
I tri... Jul 11 2008, 02:23 PM
manny-the-dino Topic Closed & Moved Jul 11 2008, 02:25 PM![]() ![]() |