Tip BBcode
Posted: 06 Mar 2010, 11:19
Tip BBcode
Author: Peter
Description The Tip BBCode creates a popup when you mouseover a specific word.
BBCode:
Html:
Helpline:
Demo:
[tip]Here you can give any Tips[/tip]
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]