extremly custom comment box? |
![]() ![]() |
extremly custom comment box? |
Jun 16 2007, 11:17 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
all the comment boxes on here are messed up
and i have a new layout site. i wanted to know a code for comment boxes i don`t really need to know how to do it. maybe a little teaching. i pretty much just need the code and i`ll figure it out. i want ones like.. this - ![]() & this - ![]() i did not make those, those are from Layouts 24/7. good site btw. :] EDIT also, can i have a not so many bells&whistles one just to mess around with? thanks x :] |
|
|
|
Jun 17 2007, 12:04 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Here's the createblog comment box script. Also, have you tried using a myspace comment box generator?
|
|
|
|
Jun 17 2007, 12:08 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
Here's the createblog comment box script. Also, have you tried using a myspace comment box generator? that script doesn`t work. |
|
|
|
Jun 17 2007, 12:12 AM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Yeah, I just noticed that people have been complaining about the script not working.
|
|
|
|
Jun 17 2007, 12:17 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
Yeah, I just noticed that people have been complaining about the script not working. hah. thankss. um i`m using the http://www.123mycodes.com/comment-box-editor.php one.. but is there a way you can like.. change the width/height of the submit button.. and what about the image comment box? |
|
|
|
Jun 17 2007, 12:26 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
hah. another question.
yeah yeah, i`m annoying. but what do "rows" and "columns" mean in the codes. i got this from a generator CODE <center><form method="post" action="http://www.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="FRIENDIDHEREE"> <textarea name="f_comments" cols="50" rows="10">COMMENTWORDS</textarea><br> <input type="submit" value="SUBMITWORD"> <input type="reset" value="RESETWORD"></form> <style type="text/css"> textarea {background-color:HEX; background-image:url(URL); border-width:#px; border-style:STYLE; border-color:HEX; color: HEX; font-family:FONTNAME;} input {background-color: HEX; border-width:1px; border-style:solid; border-color:HEX; color: HEX; font-family:FONTNAME;} </style> and read my above post for other questions. |
|
|
|
Jun 17 2007, 10:03 AM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
|
|
|
|
| *karmakiller* |
Jun 17 2007, 02:47 PM
Post
#8
|
|
Guest |
CODE <center><form method="post" action="http://www.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="FRIENDIDHEREE"><textarea name="f_comments" cols="50" rows="10">COMMENTWORDS</textarea><br><input type="submit" value="SUBMITWORD"> <input type="reset" value="RESETWORD"></form><style type="text/css"> textarea {background-color:HEX; background-image:url(URL); border-width:#px; border-style:STYLE; border-color:HEX; color: HEX; font-family:FONTNAME;} input {background-color: HEX; border-width:1px; border-style:solid; border-color:HEX; color: HEX; font-family:FONTNAME;width:00px;height:00px;}</style> Just change 00 to height and width that you want it.Also, for the first comment box example, with the submit button right next to the textarea you need to remove the <br> between </textarea><br><imput value |
|
|
|
Jun 20 2007, 12:39 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Jun 2007 Member No: 530,833 |
CODE <center><form method="post" action="http://www.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="FRIENDIDHEREE"><textarea name="f_comments" cols="50" rows="10">COMMENTWORDS</textarea><br><input type="submit" value="SUBMITWORD"> <input type="reset" value="RESETWORD"></form><style type="text/css"> textarea {background-color:HEX; background-image:url(URL); border-width:#px; border-style:STYLE; border-color:HEX; color: HEX; font-family:FONTNAME;} input {background-color: HEX; border-width:1px; border-style:solid; border-color:HEX; color: HEX; font-family:FONTNAME;width:00px;height:00px;}</style> Just change 00 to height and width that you want it.Also, for the first comment box example, with the submit button right next to the textarea you need to remove the <br> between </textarea><br><imput value thanks soo much. :] |
|
|
|
![]() ![]() |