COMMENT, friends can't comment?? |
![]() ![]() |
COMMENT, friends can't comment?? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 219 Joined: Jan 2004 Member No: 1,625 ![]() |
my friends can't comment me. i have the comment box in a div layer and also made a comment box where you type the comment in. people could comment me before but now they cannot. they said that it says that i need to add them as a friend but yet, they can comment on my pictures which you need to be a friend to comment. any suggestions?
thanks. |
|
|
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
uhm, can i have your comment box code?
|
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 219 Joined: Jan 2004 Member No: 1,625 ![]() |
the comment box where ppl type the comment
CODE <div class="commentbox" style="position: absolute; left:750px; top:710px; width:200px; height:250px; overflow: hidden; background-color:transparent; z-index 1;"> <center> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="96830854" value="96830854" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" style="overflow:none;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color:000000; background-color: transparent;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" type="reset"></form> </center> </div> the div comment box this is in my 'i'd like to meet': CODE <div class="comments" style="overflow:auto; width: 200px; height: 500px; position: absolute; top: 198px; border:1px solid; border-color:5B5B5B; background-color: transparent; margin-left: 17px;"><center><table><table><tbody><tr><td><table></center></div> if i left anything out please tell me. thanks. |
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Your comment box code is wrong. Change your current one to this, and don't edit it.
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="96830854" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" style="overflow:none;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color:000000; background-color: transparent;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" type="reset"></form>
|
|
|
![]() ![]() |