I have a page that I am trying to get a glow effect to work. After much work and research I finally got the glow effect to work. However, now I would like to convert the html page to an asp page so that I can pull data from a database and display it on the page. The end result is that I would actually like to have the dynamic text which is pulled from the database have the glow filter applied to it. As soon as I convert the page to asp however, the glow effect disappears. I have not added the dynamic text yet so it is still only trying to apply the filter to static text. The only change was the extension from .htm to .asp.