Hi Ben,
Thanks for your reply.
I found the button in the CommentView.ascx page in User Controls (<input type="button" id="btnSaveAjax" value="<%=Resources.labels.saveComment %>" onclick="if(Page_ClientValidate('AddComment')){AddComment()}" tabindex="7" />) and add the following:
style="color: #666666; font-weight: bold; font-size: 10pt; border: 1px solid #666666". The end result was <input type="button" id="btnSaveAjax" value="<%=Resources.labels.saveComment %>" onclick="if(Page_ClientValidate('AddComment')){AddComment()}" tabindex="7" style="color: #666666; font-weight: bold; font-size: 10pt; border: 1px solid #666666" /> .
This increased the button text's font size, made it bold, changed its color and drew a border around the button, which can be seen at
http://www.elearningprojects.com/blogs/post/2008/12/12/Friday-Test-Post.aspx#comment.
Being a newbie at this, my hope is that this way of making the change will not adversely affect the rest of the scripts and cause other problems on the blog.
I can see that one consequence of making the change in User Controls, rather than in the specific Theme's script, is that any new theme chosen will now have this changed "Save button".
As you point out regarding making changes in the Theme's background, that way of making the change can also affect other items. Maybe there is a way to change the Theme's script without adversely affecting other items, other themes.
Please let me know if there is a better way to make the needed changes.
Kind Regards,
saratogacoach