Hi guys,
Reading Yigit & Martijn’s topic (Thx to them) I’d love to have the same “nice html-based solution” for texts instead pictures.
Can anyone give me a hand in translating Martijn’s code please?
<img onmouseover="this.src='path-to-mouse-over-image';" onmouseout="this.src='path-to-normal-image';" src="path-to-normal-image" alt="what-ever-you-like" />
Hey rvga,
Add the above code in a code block and change the image path where it say’s
path-to-mouse-over-image
path-to-normal-image
Let us know if you have more questions, we are happy to help :)
Best regards,
Vinay