I want the inside of the tooltip to be an image (html), if I wrote my code like that, how would I clarify whats inside the tooltip?
I know I can do [tippy title=”blahblah]< img src=”picture.jpg”>[/tippy] but I can’t put my code into the < a> tag. (Hope that makes sense, kind of hard to verbalize it)
What I want is < a title=”< img src=”picture.jpg>” href=”#” class=”my_rollover”>< /a> but I know obviously I can’t do that