Log In · Register

 
Comment Box, stopped working
FoxLucky
post 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>
 
 
Start new topic
Replies (1 - 5)
*karmakiller*
post Jun 8 2007, 12:02 AM
Post #2





Guest






Try this:
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:auto;">So leave your happy thought :)</textarea><br><input type="submit" 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;"></input></form></center></div>
 
FoxLucky
post Jun 8 2007, 12:06 AM
Post #3


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873



So I was missing the ending input tag?

EDIT: It didn't work stubborn.gif
 
*karmakiller*
post Jun 8 2007, 12:08 AM
Post #4





Guest






Yeah, it should work now, but just try it out. I moved the input and value tags, but that's just me being weird, lol.
 
FoxLucky
post Jun 8 2007, 12:13 AM
Post #5


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873



It didn't. I don't know what's the deal... I'll post the style part of that code too... maybe something is interfering with it.

STYLE:
.commentbox{visibility:visible; width:412px; position:absolute; top:770px; left:445px; height:100px; background-color:transparent; z-index:2pt; border-style:solid; color:dfdfdf; border-color:5ee839; line-height:11pt; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;}

DIV:
<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:auto;">So leave your happy thought :)</textarea><br><input type="submit" 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;"></input></form></center></div>
 
FoxLucky
post Jun 8 2007, 01:23 AM
Post #6


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873



QUOTE(FoxLucky @ Jun 8 2007, 12:55 AM) *


http://comments.myspace.com/index.cfm?fuse....ConfirmComment

It was the url... problem solved!
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: