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 |
|
|
|
Yuniechan comment box help Aug 24 2008, 07:18 PM
Yuniechan Okay thank you ! i have it up and entered the ... Aug 25 2008, 01:32 PM
Da1nonlyjon alright!, i see the problem..
CODE<div ali... Aug 25 2008, 08:33 PM
fixtatik it's because you have your friend id in the wr... Aug 25 2008, 10:38 PM
Da1nonlyjon yea, if you dont fill in the areas that need like ... Aug 26 2008, 10:55 PM![]() ![]() |