Author: Peter
Description The Tip BBCode creates a popup when you mouseover a specific word.
BBCode:
Code: Select all
[Tip]{SIMPLETEXT}[/Tip]
Code: Select all
<a href="" onmouseover="alert('{SIMPLETEXT}');return true;">TIP</a>
Code: Select all
Tip: [Tip]here your Tip Text[/Tip]
[tip]Here you can give any Tips[/tip]