Comment Box, stopped working |
![]() ![]() |
Comment Box, stopped working |
![]()
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> |
|
|
*karmakiller* |
![]()
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> |
|
|
![]()
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 ![]() |
|
|
*karmakiller* |
![]()
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.
|
|
|
![]()
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> |
|
|
![]()
Post
#6
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
|
|
|
![]() ![]() |