COMMENTS PART on Myspace |
![]() ![]() |
COMMENTS PART on Myspace |
Nov 12 2007, 11:21 AM
Post
#1
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
!!!!I NEED HELP!!!! Iam trying to put my comments in a scroll box and just leave my friends out of it, and i tryed this SCRIPT: "Put comments in a scroll and leave friends out! and it was really complicated for mee. +PLUS+ the freinds will go with the comments in the scroll and thats what i am trying to prevent, and here's one more thing.. there would be a GIANT SPACE BETWEEN THE "WHO I'D LIKE TO MEET" section and THE FRIENDS!!! SO CAN SOME ONE HELP ME!!!! |
|
|
|
Nov 12 2007, 03:03 PM
Post
#2
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
Have you tried using that code in conjunction with the "hide top friends" code?
http://www.createblog.com/scripts/script.php?id=750 Then you could alter your original code to move the comments up by adding "top: -##px;" to the width and height attributes. |
|
|
|
Nov 12 2007, 11:58 PM
Post
#3
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
WELL I just wanna put my comments in a scroll-box period.
i wanna leave my top friends OUT OF THE SCROLL BOX |
|
|
|
Nov 13 2007, 12:17 PM
Post
#4
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
^ Have you tried what I said? It should work. Then you could make a custom top friends div if you want to include your friends in a separate section.
|
|
|
|
Nov 13 2007, 07:41 PM
Post
#5
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
I'll try it out right now and i'll see if it works...
|
|
|
|
Nov 13 2007, 08:02 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
hmm. i used to do that for my old layout. i dont know if this is the right code, but i think this is the code i used & it worked.
CODE <br><br><br><br> <DIV style="height:475px; width:475px; overflow:auto; border:none 0px solid;"> <table><tr><td><table><tr><td> [note:] make sure you place it at the BOTTOM of your who id like to meet section. [edit:] ive noticed that the code doesnt work. but what i did was make my own custom friend space. & it did work. CODE <START CUSTOM FRIEND SPACE /> <style type="text/css"> td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, .rid br, td.text td.text span.btext {display:none;} table[id*="Friends"] {display:none;} td.text td.text table td, td.text td.text table {height:0; padding:0; border:0;} td.text td.text table {background-color:transparent!important;} td.text td.text table td {font-size:0;} td.text td.text {height:0;} .r4wr table table table {width:auto!important} l{note: change "8" to suit your needs if your comment text seems smaller or larger than usual} td.text td.text table b, td.text td.text table table td {font-size:8pt;} l{note: comment padding fix;} td.text td.text table table td {padding:3px;} td.text td.text table table br {display:inline;} a.fs {position:absolute; left:0; top:0; z-index:9; height:33px; width:90px; background-image:url(); background-repeat:no-repeat; background-position:bottom right;} l{note: scrollable comments;} .rid {display:block; width:300px; height:140px; overflow:auto;} </style> </td></tr></table></td></tr></table><br><div class="r4wr"> <table border="0" bordercolor="000000" cellpadding="2" cellspacing="0" width="435"><tr><td> <table width="435" cellpadding="0" cellspacing="0"><tr> <td width="100%" height="20" bgcolor="ffcc99" align="left"> <span class="orangetext15" style="display:inline"> </span> </td></tr> <tr><td colspan="4" width="100%" align="left"><span class="btext">I have <span class="redbtext">crazy cool</span> friends.</span></td></tr><tr> <td> <table align="center" border="0" cellpadding="5" cellspacing="0" width="100%"><tr align="center" class="row1"> <td align="center" valign="top" width="1" class="col1"><table align="center" border="0" cellspacing="0"><tr><td align="center" valign="top" width="107"><a href="[b]linkofnameoffriendhere[/b]">[b]nameoffriendhere[/b]</a></td></tr><tr><td align="center" valign="top" width="25%"><a href="[b]linkoffriendhere[/b]"><img src="[b]pictureoffriendhere[/b]" border="0"></a></td></tr></table></td> </tr></table><td></td></tr></table></td></tr></table></div><br><div class="rid"><table style="display:none"><tr><td><table><tr><td> <END CUSTOM FRIEND SPACE /> ^ thats the code i used. |
|
|
|
Nov 13 2007, 08:16 PM
Post
#7
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
I JUST FIXED THE CODE I USED FOR THE COMMENTS IN THE SCROLL-BOX
SEE THIS IS THE CODE: CODE <style type="text/css"> .mycomments {height:1300; overflow:auto; width:400px;} .friendspace {position:absolute; margin-top:-600px;} </style> <img src="http://x.myspace.com/images/spacer.gif" height="100" width="100px"><div class=mycomments><table><tr><td><table><tr><td> SEE WHERE IT SAYS "height="100" thats where i had to fix the code so that way its not LIKE "a million" line-breaks from the "WHO I'd LIKE TO MEET" section and to where "DIGITALFRAGRANCE" SAID: QUOTE ^ Have you tried what I said? It should work. Then you could make a custom top friends div if you want to include your friends in a separate section. YEA! I DID TRY WHAT YOU SAID AND IT DOESN't MAKE ANY SENSE NOW BECAUSE THEY DON'T SHOW UP EVEN WITHOUT THE CODE THAT YOU TOLD ME TO USE... |
|
|
|
![]() ![]() |