Comment Box Issues, ...help |
![]() ![]() |
Comment Box Issues, ...help |
Jan 4 2009, 07:16 PM
Post
#1
|
|
![]() Got Soul. ![]() ![]() ![]() Group: Official Designer Posts: 70 Joined: Jan 2008 Member No: 610,271 |
I made a DIV overlay for my Createblog profile for the first time today but I'm having a little trouble with the comment box.
Whenever someone tries to comment it says "Missing Comment Body" but I don't know why. I made a tester account and tried the layout out there and it worked fine but when I put the code in my personal profile it doesn't work. CODE <style> textarea{width: 275px; background-image: url(""); background-repeat:repeat; background-color: #363636; border-width: 1px; border-color: #ffffff; font-weight:normal; color: #ffffff;} input{background-image: url(""); background-color: #363636; border-width: 1px; border-color: #ffffff; font-family:small fonts; font-size: 8px!important; font-weight:normal; color: #ffffff!important; letter-spacing: 3pt; text-transform:uppercase; width:275px;} </style> <div><form action="comment.php" method="POST"> <textarea name="comment" cols="15" rows="3" class="cmnt">How about a comment?</textarea><br> <input type="submit" value="Comment" class="button" /> </div> That's the code I'm using. Can someone please tell me what's wrong? |
|
|
|
Jan 4 2009, 07:21 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Moved to cB Support
|
|
|
|
| *Janette* |
Jan 4 2009, 08:01 PM
Post
#3
|
|
Guest |
try this
CODE <form action="comment.php" method="post"> <textarea name="comment" cols="" rows="" style="width: 150px; height: 80px"></textarea><br /> <input type="submit" value="Post" class="button" /> </form> anything? |
|
|
|
Jan 4 2009, 09:24 PM
Post
#4
|
|
![]() Got Soul. ![]() ![]() ![]() Group: Official Designer Posts: 70 Joined: Jan 2008 Member No: 610,271 |
^^ It works!
Thank you :D |
|
|
|
| *Janette* |
Jan 4 2009, 09:28 PM
Post
#5
|
|
Guest |
No problem. (:
|
|
|
|
Jan 4 2009, 09:34 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
Topic closed.
|
|
|
|
![]() ![]() |