<img> src in tooltip
-
When I try to post this code
<a href="javascript:void(0);" onmouseout="UnTip()" onmouseover="Tip('Tooltip containing an image, inserted into the tooltip text <br><img src=../images/tooltip/leop.jpg width=150 height=102>', WIDTH, 150, PADDING, 6, BGCOLOR, '#ffffff')"> Here</a>
wordpress changes the code to<a onmouseover="Tip('Tooltip containing an image, inserted into the tooltip text <br><img src=" onmouseout="UnTip()" href="javascript:void(0);">', WIDTH, 150, PADDING, 6, BGCOLOR, '#ffffff')"> Here</a>
how can I change the above code so it reflects what I want which is an image in a tooltip. I thought I would ask here because of how wordpress is changing the code. Thanks in advance for any help or solutions.
- The topic ‘<img> src in tooltip’ is closed to new replies.