Help - Search - Members - Calendar
Full Version: comments section box?
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
dafatman
Is there a code where there is a comments section? Kind of like a frames code where basically all your comments are in a box, with a scroll bar and stuff.... not a comment box where you post comments. Just a nice little section of your myspace with all the comments with a certain width and height and a scroll bar :)
Marlons
Try this, in the Who I'd Like To Meet.
CODE
<div style="height:400px;width:450px;overflow:auto"> <table><tr><td><table><tr><td>
dafatman
ah thanx but is there a way to put a coordinates code and move it around for div layouts? thanx i really appreciate it D:!
Marlons
Oh you wanted it for a DIV? Okay then try this one.

About Me
CODE
<style type=text/css>
.comments {width:XXX; overflow: none;}
.comments table {background-color: transparent;margin-top: -3px;}
.comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;}
table table td.text table td.text tbody table tbody td table td
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>


Who I'd Like To Meet
CODE
<div class="comments" style="overflow:auto; width: 506px; height:XXXXpx; position: absolute; top:XXXXpx; left:XXXX;"><center><table><table><td><table></center></div>
Anarchy
Or you can try my script out.
dafatman
QUOTE(Marlons @ Sep 21 2008, 11:06 PM) *
Oh you wanted it for a DIV? Okay then try this one.

About Me
CODE
<style type=text/css>
.comments {width:XXX; overflow: none;}
.comments table {background-color: transparent;margin-top: -3px;}
.comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;}
table table td.text table td.text tbody table tbody td table td
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>


Who I'd Like To Meet
CODE
<div class="comments" style="overflow:auto; width: 506px; height:XXXXpx; position: absolute; top:XXXXpx; left:XXXX;"><center><table><table><td><table></center></div>

mmm doesn't work 8'(
Anarchy
Have you tried my script?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.