Hi, the comments work fine but they don’t display in Internet Explorer browsers on Windows. Everything else works fine, his is irritating because the comment tag is not even that complicated; I don’t know why there’s these weird compatibility issues. Can anyone help me out on that?
<!--BEGIN COMMENT DISPLAY--!>
<a name="comments"></a>
<h6>Comments</h6>
<p>{exp:comment:entries sort="asc" limit="20"}</p>
<p>{comment}</p>
<p>{if no_results}</p>
<p>There are no comments for this story yet.</p>
<p>{/if}</p>
<p>Posted by <b>{name}</b> on {comment_date format="%m/%d/%Y"} at {comment_date format="%g:%i %a"}<br />
<hr></p>
<p>{/exp:comment:entries}</p>
<p><!--END COMMENT DISPLAY--!></p>
<p> </p>
<p> </p>
<h3>Leave a Comment</h3>
<p><!--BEGIN POST COMMENT FORM--!></p>
<p>{exp:comment:form weblog="news" preview="weblog/preview"}</p>
<p><table width="380" border="0" cellpadding="0" cellspacing="10"><br />
<tr><br />
<td width="30"><br />
Name:<br />
</td><br />
<td width="350"><br />
<input type="text" name="name" value="{name}" size="35" /><br />
</td><br />
</tr><br />
<tr><br />
<td><br />
Email:<br />
</td><br />
<td><br />
<input type="text" name="email" value="" size="35" /><br />
</td><br />
</tr><br />
<tr><br />
<td><br />
</td><br />
<td><br />
<textarea name="comment" cols="34" rows="10">{comment}</textarea><br />
</td><br />
</tr><br />
</table></p>
<p><input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information</p>
<p><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</p>
<p>{if captcha}</p>
<p>Please enter the word you see in the image below:</p>
<p>{captcha}</p>
<p><input type="text" name="captcha" value="{captcha_word}" maxlength="20" /></p>
<p>{/if}</p>
<p><input type="submit" name="submit" value="Submit" /></p>
<p>{/exp:comment:form}</p>
<p> </p>
<p><!--END COMMENT FORM--!>Example page: http://www.montanakaimin.com/index.php/sports/sports_article/griz_nation_steeped_in_pride_and_tradition/
Comments are there, but nothing in IE.