Comment Box, stopped working |
Comment Box, stopped working |
Jun 7 2007, 11:55 PM
Post
#1
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
I had moved my comment box around and apparently I messed up part of my code and I can't figure it out.
Code: <div class="commentbox"> <center><form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="9129088" type="hidden"><textarea name="f_comments" style="border-width:2px; border-style:solid; border-color:e71578; width:270px; height:30px; font-family:Tahoma; font-size:12px; color:e71578; background-color:c5c5c5; overflow:hidden;">So leave your happy thought :)</textarea><br><input value="comment" cols="7" rows="2" style="border-width:1px; border-style:solid; border-color:c5c5c5; height:15px; font-family:Tahoma; font-size:8px; color:e71578; background-color:FFFFFF;" type="submit"></form></center> </div> |
|
|
|
FoxLucky Comment Box Jun 7 2007, 11:55 PM
karmakiller Try this: CODE<div class="commentbox"... Jun 8 2007, 12:02 AM
FoxLucky So I was missing the ending input tag?
EDIT: It ... Jun 8 2007, 12:06 AM
karmakiller Yeah, it should work now, but just try it out. I m... Jun 8 2007, 12:08 AM
FoxLucky It didn't. I don't know what's the de... Jun 8 2007, 12:13 AM
FoxLucky QUOTE(FoxLucky @ Jun 8 2007, 12:55 AM) ht... Jun 8 2007, 01:23 AM![]() ![]() |