This question is related to my previous question:
http://www.gravityhelp.com/forums/topic/image-in-post#post-54200
I got the image to the content of the wordpress post, very happy with that. But i have 2 questions about it.
1. The form wraps <p> tags around the image. This gives errors when i validate the html of the website. This might be something i need to fix on the website itself but i hope i can do i through the form itself. On the website I only call for '<?php the_content(); ?>' without <p> tags around it.
2. Is it possible to give the image a title and/or alt text that is not filled in on the form? I would like to give all the images the same title and alt text that is filled in automatically.
Thanks in advance.