almost working, but i'm having a problem with IE displaying 'glossary' links (set them up exactly per instructions):
it seems to appear fine in firefox (just showing the text under the link, no <td> code)..
tried rebuilding as well.
from the debug:
Code:
Find #(\s\b(dictionary)s?\b)#im
Replace <a href='http://www.dictionary.com' target='_blank' class='DEF' onmouseover='GAL_popup(this,"1", 0, "", "Testing <!--GAL_REMOVAL-->dictionary.com", "");' onmouseout='GAL_hidepopup();'><!--GAL_REMOVAL-->$1</a>
any ideas?