Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Comments width

Posted by: ZeT0 Jun 24 2010, 03:33 AM

In my code the comments that people actually post only go about 400px out?
Anybody know how to fix it?

CODE
.comments {
position: absolute;
top: 900px;
left: 50%;
margin-left: -100px;
_margin-left: -300px;
padding: 20px;
border: 0;
width: 900px;
_width: 900px;
z-index: 3; }
* html div.comments {overflow: hidden;}
* html div.comments table table td {width: 884px;}
color: b0b0b0;
font-size:9pt;
font-family: Verdana !important;
width:98%!important;}
.friendsComments table td {color: b0b0b0; font-size:9pt; font-family: Verdana !important; text-align:justify;}
.friendsComments .orangetext15 {display: none;}
.blacktext10{ display: block; width:600px; border-bottom: 1px dotted; border-color: rgb(176,176,176); text-align: right; }
.comments td td td a {visibility:hidden; font-size:1px; letter-spacing:-50px;}
.comments td td td a img {visibility:visible;}
table.friendsComments tbody tr td.text table tbody tr td span.orangetext15{ background-image: url(http://i578.photobucket.com/albums/ss224/zet088/Daisetta/SendDaisettaAComment.png);
background-repeat: no-repeat !important;
background-color: transparent;
display: block !important;
height: 51px !important;
color: b0b0b0 !important;
width: 884px;
position: relative;
overflow: hidden;
font-size: 0px;
text-align: center;
margin-top: -1px;
line-height: 400px !important;}


Example : http://www.myspace.com/buriedinverona

Posted by: Mike Jul 16 2010, 01:37 PM

Adjust this bit:

CODE
.blacktext10{ display: block; width:600px; border-bottom: 1px dotted; border-color: rgb(176,176,176); text-align: right; }

That's the class for the date. Make the width value bigger and the entire comment area should widen.