Simply use the image tag to insert an image, like…

The code behind the image is…
[code]

[/code]
OK so that didn’t work… so know I’ll so the code as an image itself…

CF7 allows you to use html tags so you can try something like this: <p> <div > <img src="add your image source here" /><br/> </div> </p> <label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> <label> Subject [text your-subject] </label> <label> Your Message [textarea your-message] </label></br> [submit "Send"]`
-
This reply was modified 9 years, 3 months ago by
ekoparry.
ekoparry,
Thank you. I believe that will work for me, I will certainly try it.
dplum, thanks for the reply. I guess WordPress forums don’t support the [code] feature? I knew how to display an image using img src, but not the code to make it fit in to the form.
-
This reply was modified 9 years, 3 months ago by
will2016.
Ok I used This:
<p> <div > <img src="http://www.mysite.com/images/image.jpg"><br/> </div> </p>
And I got a broken image link. What did I do wrong?
-
This reply was modified 9 years, 3 months ago by
will2016.
-
This reply was modified 9 years, 3 months ago by
will2016.
-
This reply was modified 9 years, 3 months ago by
will2016.
EDIT: Nevermind, I figured it out. The above code was working, I just had it in the wrong directory.
I’ll mark this as resolved.
Thanks again everyone.