word art is not displaying the proper font when I upload to serve.

R

rdt5875

I am having a problem with displaying the proper font on my webpage once it
is uploaded to my server. The font has been embedded into the page (and
server). I know this because the font works fine if I do not use WordArt.
Is there something that I am doing wrong to make it not display the font when
I upload to server?

I have been struggling with this issue for about 2 weeks now, and found this
discussion group, so hopefully, my frustration with this problem can be taken
care of.

Any help would be greatly appreciated!

Thanks,
Robert
 
R

Ronx

Please give a URL to the page, seeing the code makes diagnosis easier.

Word Art should be avoided. It uses Absolute Positioning and VML graphics
which can only be viewed in IE5.5 and later running on Windows. 20% of web
users do not use IE. Absolute Positioning may cause problems with page
layout in browsers opened at different sizes.
 
Top