Comment Box, the script on here... |
![]() ![]() |
Comment Box, the script on here... |
Feb 25 2006, 08:55 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 368,162 |
I tried using this code:
http://www.createblog.com/scripts/download.php?id=54 to make my own. (I don't know how to add links) But after I put it in my about me. &changed the things to how I wanted, it wouldnt show up. Also it didnt have the edit&submit buttoms like normal to either go back or submit it to be final. This the code I entered into my about me: <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="27827924" value="27827924" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 9px; color: 000000; background-color: FFFFFF;" style="overflow:auto;"></textarea><br> <input value="Ooh lala" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 9px; color: 000000; background-color: FFFFFF;" type="submit"><input value="clear" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: FFFFFF;" type="reset"></form> I only wanted the submit button, that's why I had the reset button all white... But is there something wrong in this to make it not show up? |
|
|
|
Feb 25 2006, 09:07 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You changed the wrong thing use this:
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="27827924" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 9px; color: 000000; background-color: FFFFFF;" style="overflow:auto;"></textarea><br> <input value="Ooh lala" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 9px; color: 000000; background-color: FFFFFF;" type="submit"><input value="clear" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: FFFFFF;" type="reset"></form> |
|
|
|
Feb 25 2006, 09:40 PM
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 368,162 |
I tried putting that one in&it still didn't work...
Is there another code maybe to try? Or is there a possibility that something in my lyt code is preventing it from working? |
|
|
|
Feb 25 2006, 09:58 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ You know that it won't work for you as long as your logged into your accoutn right?
Use: Only edit the BOLD. QUOTE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="Your friend ID number" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form>
|
|
|
|
![]() ![]() |