My images don't have a URL - they are within my Project folders.
Help please
Thank you.
Code: Select all
<img src="relative/path/to/myimage.png" onmouseover="this.src='relative/path/to/image2.png'" onmouseout="this.src='relative/path/to/myimage.png'" />Psider, you my friend, are amazingPsider wrote:Did you try:
Note the order of double and single quotes.Code: Select all
<img src="relative/path/to/myimage.png" onmouseover="this.src='relative/path/to/image2.png'" onmouseout="this.src='relative/path/to/myimage.png'" />
To get the correct path, I usually insert both images into the topic I want include the code in, then switch to HTML view to copy it.
Also, I haven't tried this in Flare, but as plain HTML it works, and the I've needed to get image and topic paths for other scenarios, and the principles should apply here.