Help =[ |
Help =[ |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Mar 2007 Member No: 507,705 ![]() |
Maybe Im a little slow or stupid. But I need help with this layout. For some reason, I cant get the comment box to work, heres the code [I added * to the beginning and the end, just incase it wanted to work]::
<*form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="74316904" value="74316904" type="hidden"><textarea name="f_comments" cols="25" rows="4" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 8pt; color: 000000; background-color: ffffff;" style="overflow:auto;"><3</textarea><BR><input value="comment" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 8pt; color: 000000; background-color: ffffff;" type="submit"></form></center></*div> Please help? |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
Hm. That's odd, I tried it and for some reason it didn't work. This should work:
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="74316904"> <textarea name="f_comments" cols="25" rows="4" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 8pt; color: 000000; background-color: ffffff;" style="overflow:auto;"><3</textarea><br><input style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 8pt; color: 000000; background-color: ffffff;" type="submit" value="comment"></form> |
|
|
![]() ![]() |