My comment page doesn't show, myspace |
![]() ![]() |
My comment page doesn't show, myspace |
Dec 18 2006, 09:04 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2006 Member No: 488,531 |
i added a new layout which i found on here and everything is working fine except when you click on the comment thing it says invalid user id. The code below is what I have and all i was told to do was replace ##### with my user id which ive done and it still doesn't work.
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value=27267134" type="hidden"><textarea name="f_comments" class="asdfbox">Comment.</textarea><br /><input type="submit" value="CLICK." class="asdfsub"></form> <style type="text/css"> textarea.asdfbox{color:333333; font-family:small fonts; font-size:7px; line-height:6px; height:10px; width:160px; border-color:000000; border-style:solid; border-width:1px; background-color:55BBCB; letter-spacing:1px; font-weight:normal; text-transform:uppercase;} input.asdfsub{color:55BBCB;font-size:7px;font-family:terminal;background-color:333333;height:20px; width:160px; border-color:000000; border-width:1px; border-style:solid; letter-spacing:1px; line-height:6px;} </style></center> <p> Does anybody know what i can do?? |
|
|
|
Dec 18 2006, 01:07 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="27267134" type="hidden"><textarea name="f_comments" class="asdfbox">Comment.</textarea><br /><input type="submit" value="CLICK." class="asdfsub"></form>
<style type="text/css"> textarea.asdfbox{color:333333; font-family:small fonts; font-size:7px; line-height:6px; height:10px; width:160px; border-color:000000; border-style:solid; border-width:1px; background-color:55BBCB; letter-spacing:1px; font-weight:normal; text-transform:uppercase;} input.asdfsub{color:55BBCB;font-size:7px;font-family:terminal;background-color:333333;height:20px; width:160px; border-color:000000; border-width:1px; border-style:solid; letter-spacing:1px; line-height:6px;} </style></center> <p> you needed another quotation mark.. where it says value="27267134" you had value=27267134" |
|
|
|
![]() ![]() |