Assistance with a myspace question...

  • Wanna Join? New users you can now register lightning fast using your Facebook or Twitter accounts.
Oct 21, 2006
1,812
1
0
54
#3
This works:
.friendsComments {margin: 0 auto;}
(put it in between the <style> tags)

And there's a lotta images in your comments so that's gonna stretch it out so it'll look messed up. Try deleting the comments with the huge images.
 
#7
City Situation said:
This works:
.friendsComments {margin: 0 auto;}
(put it in between the <style> tags)

And there's a lotta images in your comments so that's gonna stretch it out so it'll look messed up. Try deleting the comments with the huge images.
Just tried it, didn't work for me...any suggestions? Thanks for the help btw.
 
Apr 16, 2003
14,728
1,359
113
41
google.com
#9
Limits image size in comments. Goes in the About Me Section


<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>
 
#10
City Situation said:
^ did you take it out? i actually think the problem is just that there's too many pictures in the comments

This is what I got under style, can you see anything I need to take out or add to fix it? I know it isn't the images in the comment section.

<Style type="text/css">body{background-image:url(http://www.ladytragik.com/temp/bgrae.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:top center;
background-color:000000;margin-top: 603px;}
div.ab {position: absolute;top: 0;left: 49%;margin-left: -414px;width: 833px;height: 603px;}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {border-style:dotted;border-width:1px;border-color:FFFFFF;
background-color:000000;}.r{}
table table table {border:0px padding:1; }
table table{border:0px}
table table table table{border:0px}
a.redlink:active, a.redlink:visited, a.redlink:link {color:ffffff;font-family:arial;}
font, td, a, body, input, textarea, table{color:ffffff;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial;
font-size: 9pt; color: ffffff; font-weight: bold; } .btext
{font-family: arial; font-size: 9pt; color: ffffff; } .blacktext10
{font-family: arial; font-size: 9pt; color: ffffff; } .blacktext12
{font-family: arial; font-size: 9pt; color: ffffff; } .lightbluetext8
{font-family: arial; font-size: 9pt; color: ffffff; } .nametext
{font-family: arial; font-size: 9pt; color: ffffff; } .orangetext15
{font-family: arial; font-size: 9pt; color: ffffff; } .redbtext
{font-family: arial; font-size: 9pt; color: ffffff; } .text
{font-family: arial; font-size: 9pt; color: ffffff; } .whitetext12
{font-family: arial; font-size: 9pt; color: ffffff; }
.r{}
a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial;
font-size: 9pt; color: ffffff; text-decoration: underline; } a:hover,
a.man:hover, a.navbar:hover, a.text:hover{font-family: arial;
font-size: 9pt; color: ffffff; text-decoration: underline; }
a:visited, a.man:visited, a.navbar:visited, a.text:visited
{font-family: arial; font-size: 9pt; color: ffffff; font-style:
italic; }
.r{}
.blacktext12 {visibility:hidden; display:none}
.contactTable {
width:300px !important; height:150px !important; padding:0px !important;
background-image:url(http://www.ladytragik.com/temp/contactrae.jpg);
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 {display:none;}
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>