Thanks James, appreciate the javascript!
Cheers,
Bonnie
> <script type="text/javascript">
>
> if (document.all)
> {
> if (!screen.fontSmoothingEnabled)
> {
> // display a message, or a link to a message, describing
> // the benefits of font-smoothing, and how to enable it, etc.
> }
> }
>
> </script>
>
> James Aylard