thunderup Active member Licensed customer Mar 10, 2016 #1 is there any way to add custom tooltips on text? Not links, just regular text if so, what's the code needed to add?
is there any way to add custom tooltips on text? Not links, just regular text if so, what's the code needed to add?
P Paul B XenForo moderator Staff member Licensed customer Mar 10, 2016 #2 Code: This is <span title="This is a title">some text</span> with a title. Upvote 0 Downvote
thunderup Active member Licensed customer Mar 10, 2016 #3 I meant the actual xenforo tooltip Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Mar 10, 2016 #4 Code: This is <span title="This is a title" class="Tooltip">some text</span> with a title. Upvote 0 Downvote