Really weird problem but it seems that when someone is browsing my blog at www.randomstatic.ca/weblog with IE 6 there is no submit button.
After looking through the source code of the comments.php file this line stands out:
<input name="submit" class="form_submit" type="submit" id="submit" src="<?php bloginfo('template_url') ?>/images/submit_comment.gif" tabindex="5" value="Submit" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
It looks as though it's trying to use a file by the name of 'submit_comment.gif' from the images folder within the Cutline install folder.
But there is no such file. Maybe I'm confused but this looks like it shouldn't work yet it does on firefox and does not in IE.
Any feed back would be appreciated. Thank you.
not resolved