Computer Hope

Software => Computer programming => Topic started by: charlzguitarz on July 18, 2019, 09:23:49 AM

Title: text to mp3
Post by: charlzguitarz on July 18, 2019, 09:23:49 AM
Hi, I have downloaded an mp3 (ckmp3)that says "return to homepage" and I'm trying to code so that when I click on my home image I get that mp3 saying "return to homepage".
Any advice? I'm trying this.
=============================================================================
<input type="button" value="ckmp3" onclick="location.href='index.html';"<img

src="house.jpg" height=75 width=75 alt="image of home">[/url]

==========================================================================
thanks, Charlie