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. |
|
|
|
Jul 11 2008, 09:36 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
there's also this (change ##px to the width you want your comments to be):
CODE <style>
.friendsComments { width:##px; } .friendsComments table, .columnsWidening { width:100%; } </style> |
|
|
|
Jul 11 2008, 02:23 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Oct 2004 Member No: 54,666 |
Thanks to the both of you for helping me :)
I tried the first code, but it did not work. The second code works, however. Thanks so much! |
|
|
|
Jul 11 2008, 02:25 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |