ok, its doing what it did to me before.. putting EVERYTHING in the CODE block into 1 line.
If i add all the < br >'s at the end of every line (which SUCKS) it looks like:
Code: vbscript
- Sub Object_OnMouseEnter
- Call ShowToolTip("This is my Tool-Tip","Info")
- End Sub
- Sub Object_OnMouseLeave
- Call HideToolTip()
- End Sub
I put a < br > at the beginning of every line in the CODE block.