문제

I want to make an "Email Us" picture link at the bottom of my webpage. How do i make it so that it will compose a new email message?

도움이 되었습니까?

해결책

By using the HTML link code <a href="mailto:example@yourdomain.com"><img src="picture_path.jpg" /></a> And now your picture will open a new email message to example@yourdomain.com in the user's default email program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top