comments section box? |
![]() ![]() |
comments section box? |
Sep 21 2008, 06:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2008 Member No: 686,335 |
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 :)
|
|
|
|
Sep 21 2008, 06:45 PM
Post
#2
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
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>
|
|
|
|
Sep 21 2008, 11:15 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2008 Member No: 686,335 |
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:!
|
|
|
|
Sep 22 2008, 01:06 AM
Post
#4
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
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>
|
|
|
|
Oct 2 2008, 09:54 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2008 Member No: 686,335 |
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'( |
|
|
|
Oct 3 2008, 08:58 AM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Have you tried my script?
|
|
|
|
![]() ![]() |