How to create a tooltip (attribute)
Note: When creating a new tooltip (on attributes) use this code.
Tooltip with text only
Note: copy and paste this code when you want to create a tooltip with a link and text. The span text needs to be changed.
<span>**tooltip text goes here**</span>
Tooltip wth link (button) and text
Note: copy and paste this code when you want to create a tooltip with a link and text. The span, page link and button text need to be changed.
<span>**tooltip text goes here**</span>
<a href="**page link goes here**" class="button">**button text goes here**</a>