Help - Search - Members - Calendar
Full Version: comment box
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
devanELECTRIC
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
AColunga
can you please tell me where you got the code for the comment box? I want to add one to my site! Thank you!
steezahh
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: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;code&gt; &lt;em&gt; &lt;i&gt; &lt;strike&gt; &lt;strong&gt; </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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.