comment box help |
comment box help |
Aug 24 2008, 07:18 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Mar 2007 Member No: 511,742 |
how can you make a comment box like in the code here
http://www.createblog.com/scripts/script.php?id=391 but with a way to resize it and change the background color of both buttons and the comment box ? |
|
|
|
![]() |
Aug 24 2008, 08:47 PM
Post
#2
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
here, i'll tell you how..
okay heres the code for the comment box.. CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="RAWRR" type="hidden"><textarea name="f_comments" style="width: 155; height: 15px;" cols="10" rows="7" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: ffffff;" style="overflow:auto;">HEY </textarea> <BR> <input value="SUBMIT" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt; font-size: 7px; color: 000000; background-color: ffffff;" type="submit"> <input value="RESET" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: ffffff;" type="reset"></form> alright.. well do you see how it says: width: 155; height: 15px;... so right there you can change the TALLNESS of it by changing the numbers of the HEIGHT and the WIDENESS of by changing the Numbers of the WIDTH... ok and the way you can change the colors to the BUTTONS by changing the following: border-color: background-color: and the way you can change the Tallness and width of them is by using the same way as you are going to do with the COMMENT BOX.. so the other things that i BOLDED/underlined out for you is just the TEXT Color.. oh! and dont forget to PUT YOUR FRIEND ID where it says: RAWRR |
|
|
|
Aug 25 2008, 01:32 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Mar 2007 Member No: 511,742 |
Okay thank you ! i have it up and entered the users ID and it isnt working ?
CODE <div align="canter"><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input type="hidden" name="26791947" value="" /><textarea name="f_comments" id="f_comments" cols="42" rows="5" style=" background-color:Lightskyblue
!important; background-image: url(http://); background-position: top left; background-attachement: fixed; background-repeat: repeat; border-width:1px!important; border-color:gray!important; border-style:solid!important; font-family:small fonts!important; font-size:16px!important; color:peachpuff !important; width:140px!important; height:30px!important; "> </textarea><br /><input value="YO;" style="border-width: 1px; border-style: solid; border-color: black; border-width:1px; width:40px; font-family: CAC Futura Casual Bold; text-transform:; letter-spacing:1pt; font-size: 10px; color: black; background-color: lightyellow;" type="submit" /> |
|
|
|
Aug 25 2008, 08:33 PM
Post
#4
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
alright!, i see the problem..
CODE <div align="canter"><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input type="hidden" name="26791947" value="" /><textarea name="f_comments" id="f_comments" cols="42" rows="5" style=" background-color:Lightskyblue!important; background-image: url(http://); background-position: top left; background-attachement: fixed; background-repeat: repeat; border-width:1px!important; border-color:gray!important; border-style:solid!important; font-family:small fonts!important; font-size:16px!important; color:peachpuff!important; width:140px!important; height:30px!important; "></textarea><br /><input value="YO;" style="border-width: 1px; border-style: solid; border-color: black; border-width:1px; width:40px; font-family: CAC Futura Casual Bold; text-transform:; letter-spacing:1pt; font-size: 10px; color: black; background-color: lightyellow;" type="submit" /> well do you see the BOLDED out text? well that has to be SUBMIT and where it says SUBMIT, you can put "YO" there that should fix the button.. .. is that all?? |
|
|
|
Aug 25 2008, 10:38 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
it's because you have your friend id in the wrong spot.
find this piece of code: CODE <input type="hidden" name="26791947" value="" /> and change it to this: CODE <input type="hidden" name="friendID" value="26791947" />
|
|
|
|
Aug 26 2008, 10:55 PM
Post
#6
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
yea, if you dont fill in the areas that need like colors or your friend ID, then myspace will automatically remove the parts, it will mistake it for UN-NECCESSARY CONTENT..
|
|
|
|
![]() ![]() |