Help - Search - Members - Calendar
Full Version: Change width of comments
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
hyperchick
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.

Mickey
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.
fixtatik
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>
hyperchick
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!
manny-the-dino
Topic Closed & Moved
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.