Hi.
Please look at this blog and see comment box place for first two posts (test and test test) in IE and Firefox.
http://deffektiv.com/
In IE comment form for all posts looks ok and no problem.
But in Firefox comment for is placed under the calendar in right sidebar for first two posts, but works fine for other one (Hi).
Any help is appreciated.
Thanks,
Elman.
This happens only when there is no comment. I think the reason is the code does not show "No Responses" as it is written below. Is there an error with the code? How can I make display "No Responses" line as well on top of the comments box?
<!-- You can start editing here. -->
<?php if ( have_comments() ) : ?>
<div id="comments-wrapper">
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>