comment box |
comment box |
![]()
Post
#1
|
|
![]() devan.urie ![]() ![]() ![]() ![]() Group: Member Posts: 246 Joined: Dec 2005 Member No: 314,247 ![]() |
on my site i have a comment box on the sidebar.
and the spaces between the boxes are quite far apart. does anyone know how i could space them closer? the boxes are the ones that say name, post and the box where the comments go my website :] any help would be appreciated |
|
|
![]() |
![]()
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Oct 2005 Member No: 265,956 ![]() |
can you please tell me where you got the code for the comment box? I want to add one to my site! Thank you!
|
|
|
![]()
Post
#3
|
|
![]() "my girls rock balenciaga and smoke mad marijuana" ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,089 Joined: Dec 2004 Member No: 70,049 ![]() |
this is the problem.
you have p tags inbetween everyfeild. you could simply remove that. CODE <form action="http://detuned.givemeenvy.org/wp-comments-post.php" method="post" id="commentform"> <center> <input type="text" name="author" id="author" value="Name" size="24" tabindex="1" /> <!--<small><strong>XHTML:</strong> You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> </small>--> <textarea name="comment" id="comment" cols="24" rows="5" tabindex="4"></textarea> <input name="submit" type="submit" id="submit" tabindex="5" value=" Post " /> <input type="hidden" name="comment_post_ID" value="16" /> </form> try that because it worked for me. |
|
|
![]() ![]() |