Thanks John.
my Theme Folder Path says it is:
/home/content/h/o/l/holjon/html//themes/
I tried to change that to
/home/content/h/o/l/holjon/html//images/captchas
but it keeps coming up as invalid
i did set the permissions of the folder to 777
the code i’m using is the same code that is posted in the user guide:
{exp:comment:entries weblog="{my_weblog}" limit="25"}
<div class="comments">
{comment}
<div class="posted">Posted by {url_or_email_as_author} on {comment_date format='%m/%d'} at {comment_date format='%h:%i %A'}</div></li>
</div>
{paginate}
<div class="paginate">
<span class="pagecount">Page {current_page} of {total_pages} pages</span> {pagination_links}
</div>
{/paginate}
{/exp:comment:entries}
<div class="comments">
{exp:comment:form preview="{my_template_group}/comment_preview"}
{if logged_out}
Name:
<input type="text" name="name" value="{name}" size="50" />
Email:
<input type="text" name="email" value="{email}" size="50" />
Location:
<input type="text" name="location" value="{location}" size="50" />
URL:
<input type="text" name="url" value="{url}" size="50" />
{/if}
<a >Smileys</a>
<textarea name="comment" cols="50" rows="12">{comment}</textarea>
{if logged_out}
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
{/if}
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
{if captcha}
Submit the word you see below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" size="20" maxlength="20" style="width:140px;" />
{/if}
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" /></p>
{/exp:comment:form}