picture in comment box? |
![]() ![]() |
picture in comment box? |
Apr 28 2007, 09:03 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 53 Joined: Nov 2005 Member No: 304,802 |
what is the code for putting an image ina comment box?
and how do you fade the image? so that it is visible to see what you are typing? |
|
|
|
Apr 28 2007, 09:17 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You can make the image faded in an image program. If you post your comment box code I'll tell you how you can add the image.
|
|
|
|
Apr 28 2007, 09:26 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 53 Joined: Nov 2005 Member No: 304,802 |
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="39790177" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form>
|
|
|
|
Apr 28 2007, 09:41 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="39790177" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######; background-image: url(urltobackgroundimage);" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form> I added it too your code. Look here : QUOTE <textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######; background-image: url(urltobackgroundimage);" Add your url where I say so. |
|
|
|
![]() ![]() |