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> |
|
|
![]()
Post
#3
|
|
![]() hxc nerd ![]() ![]() Group: Member Posts: 11 Joined: Apr 2007 Member No: 518,788 ![]() |
thank you so much! but...
QUOTE Insert this into your stylesheet (it helps it show up in FF): ..confuses me. what exactly do you mean by stylesheet and stuff? sorry, i bet i sound so stupid asking. XP |
|
|
![]()
Post
#4
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
No it's ok
![]() <style type="text/css"> Anything between the above and below tag is the stylesheet. It lets you change the colors of your font etc Put the first code in your coding. </style> Put the big long code wherever you want it (but not in the stylesheet), if you are using the default then if you want it in heroes put it in heroes. If you are using a div, then put it between your div tags. |
|
|
*alovesopure* |
![]()
Post
#5
|
Guest ![]() |
Your stylesheet is your coding, She means for you to insert it in between the style tags somewhere.
Style tags look like this: CODE <style type="text/css"> BLAH LOTS OF CODING HERE </style> Or you could just put this in your about me somewhere: CODE <style type="text/css">
textarea {background-color:XXXXXX; border-width:1px; border-style:solid; border-color:XXXXXX; color:XXXXXX; font-size:XXpx; font-family:WHATEVER;} </style>
Reason for edit: She beat meee. haha
|
|
|
![]()
Post
#6
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
LOL YaY! I look like the smart one
![]() |
|
|
![]()
Post
#7
|
|
![]() hxc nerd ![]() ![]() Group: Member Posts: 11 Joined: Apr 2007 Member No: 518,788 ![]() |
okay, duh, i should have known that. i'm so horrible with terms. XP
but thank you both so much! that saved me more hours searching. :) i'll plug it in and see if it works. :D |
|
|
![]()
Post
#8
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
It should, at least it has always worked for me!
BTW I forgot to mention that textarea code I gave you should match the same properties as the first part of the long code, so they'll look the same on different browsers. |
|
|
![]()
Post
#9
|
|
![]() hxc nerd ![]() ![]() Group: Member Posts: 11 Joined: Apr 2007 Member No: 518,788 ![]() |
works like a charm!
thanks again for all the help. it's certainly appreciated! :) If you have any more problems, just make a new topic, or PM a Design Staff to re-open this. -Kara (alovesopure)
Reason for edit: Topic Closed.
|
|
|
![]() ![]() |