AceCalcs ToolTips (ACTT) pulls information from the AceCalcs database for display as a tooltip. Remember, this only works on sites that have included the needed files to work. All of the below will work on any of those sites.
Creating a Tooltip Creating a Tooltip with Custom Link Creating a Tooltip in a Forum
The basic tooltip format is as follows:
<a href="http://www.acecalcs.net/item/armor/048/0">My armor!</a>
All that needs to be done is create a link that points to an item at AceCalcs. Any of the underlined portion can be changed to the wanted item. You can make this process easier by copy/pasting the link code found on the item page. The above example would give this: My armor!
All links default to opening in a new window.
If you don't want the link to direct users to AceCalcs (sadface), you can implement the following:
<a href="http://www.google.com" rel="acecalcs:armor/048/0">My armor!</a>
The underlined portion is the same as the other links, but just requires it inside the "rel" tag and preceded by "acecalcs:". This example would give you this: My armor!
If you leave out the "href" tag all together, it will look like this: My armor! The link will still pop up, but the page will not go anywhere.
This works basically the same, but with the [URL] tags:
[url]http://www.acecalcs.net/item/armor/048/0[/url]