good custom comment box codes anyone?? |
good custom comment box codes anyone?? |
![]()
Post
#1
|
|
![]() hxc nerd ![]() ![]() Group: Member Posts: 11 Joined: Apr 2007 Member No: 518,788 ![]() |
so, i figure i must just be crazy, because i've been looking for a good custom comment box code that actually works and doesn't make the rest of your myspace freak out, and having no success. so please, any help is greatly appreciated!
thanks! :) |
|
|
![]() |
![]()
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
Insert this into your stylesheet (it helps it show up in FF):
textarea {background-color:XXXXXX; border-width:1px; border-style:solid; border-color:XXXXXX; color:XXXXXX; font-size:XXpx; font-family:WHATEVER;} And don't insert this into your stylesheet, put it where you want the comment box, and don't forget to change it to your ID where I noted in the code: <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="PUTYOURFRIENDIDNUMBERHERE" type="hidden"><textarea name="f_comments" style="width:XXpx; height:XXpx;" cols="10" rows="7" style="border-width: 1px; border-style:solid; border-color:XXXXXX; font-family:WHATEVER; text-transform:uppercase; letter-spacing:1pt; font-size:XXpx; color:XXXXXX;" style="overflow:auto;">WHATEVER YOU WANT YOUR TEXT BOX TO SAY</textarea><input value="SUBMIT" style="border-width: 1px; border-style: solid; border-color:XXXXXX; width:XXpx; font-family:WHATEVER; text-transform:uppercase; letter-spacing:1pt; font-size: 7px; color:XXXXXX; background-color:XXXXXX;" type="submit"> <input value="RESET" style="border-width: 1px; border-style: solid; border-color:XXXXXX; width:XXpx; font-family:XXXXXX; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color:XXXXXX; background-color:XXXXXX;" type="reset"></form> |
|
|
![]() ![]() |