Mouse Over Images on a Landing Page

Anonymous
Not applicable

Mouse Over Images on a Landing Page

I''m an new to marketo and I can't figure out how to add a mouse over image on a landing page?  Any suggestions?
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Mouse Over Images on a Landing Page

I believe you can do it by inserting the "HTML" element and entering it as code.

<a href="#" ><img src=" URL_IMG-1 " onmouseover="this.src=' URL_IMG-2 '" onmouseout="this.src=' URL_IMG-1 '"  /></a>