• Resolved marliejane

    (@marliejane)


    I have a gallery page that I set up to display reader’s photos, and I’ve created a button graphic that I would like to link to an action similar to the HTML “mailto:”. I need a way to let readers email their photos to me so that I can review and post them.

    Is there a way to do this without a plugin or javascript?

    I’ve searched all over for the answer to this, and I really hope I haven’t missed something obvious. O_O

Viewing 3 replies - 1 through 3 (of 3 total)
  • <a href="mailto: address"><img src="<php bloginfo('template_url'); ?>/images/button.gif alt="button" /></a>

    inserted into your template where you want the button to be works. obviously you need to supply the email address in that code. And the code would look for an image named button.gif in the images folder of your theme. You can tweak that part as needed

    Thread Starter marliejane

    (@marliejane)

    That worked like a charm! Thanks so much. ??

    you got it!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact/email button?’ is closed to new replies.