To whom it may concern,<br />
<br />
I just discovered, to my horror, that Frontpage 2002 WordArt is not in gif format(stupid I know). It is nothing but a glorified font. Ant that if the font is not on the client-side machine, well, you don't get your font, period.<br />
<br />
My question is: How do you embed fonts? or Is there a better way?<br />
<br />
Thanks, David<!--content-->If you only have a few instances it may be better to use images to include the writing.<br />
To get the text as an image, first get it on the screen and then press the Print Screen button (the one on the left of Scroll Lock).<br />
Then got into an image editor, it doesn't have to be fancy, Microsoft Paint will do.<br />
Then press edit --> paste. A screen shot will then appear which you can crop to your liking and save.<!--content-->But I am having difficulty understanding your directions.<br />
<br />
Are these directions in frontpage??<br />
<br />
"If you only have a few instances it may be better to use images to include the writing. <br />
To get the text as an image, first get it on the screen and then press the Print Screen button (the one on the left of Scroll Lock). <br />
Then got into an image editor, it doesn't have to be fancy, Microsoft Paint will do. <br />
Then press edit --> paste. A screen shot will then appear which you can crop to your liking and save."<br />
<br />
I cannot find the print screne button. And the help gives no reference.<br />
<br />
I do have pain and Windows imager 1.5(from FP2000).<!--content-->Get the text you want to put on your web-page on the screen, and then press the print screen button on the keyboard. I'm sorry but I can't explain it any clearer than that.<br />
<br />
Edit: If you use a mac then the keyboard may not have the same buttons on it.<br />
<br />
Another Edit: Since you said you use frontpage it's very unlikely that you use a mac.<!--content-->GOT IT!!<br />
<br />
Sorry, but I had never used that button before, nor did I know what it was for. This will be very useful. I have already conveted several items.<br />
<br />
But, just out of curiousity,are you familiar with the font embed?? Since we are on the topic?<br />
<br />
Thanks,<!--content-->Well putting this in the head section will work for IE:<br />
<br />
<style type="text/css"><!--<br />
<br />
@font-face{font-family:"fontname";src:url(font.eot);}<br />
<br />
--></style><br />
<br />
That's about the only way I know and it won't work for all browsers, on top of that you'll still have to find the correct font file and even then it might not be a .eot file type.<!--content-->
<br />
I just discovered, to my horror, that Frontpage 2002 WordArt is not in gif format(stupid I know). It is nothing but a glorified font. Ant that if the font is not on the client-side machine, well, you don't get your font, period.<br />
<br />
My question is: How do you embed fonts? or Is there a better way?<br />
<br />
Thanks, David<!--content-->If you only have a few instances it may be better to use images to include the writing.<br />
To get the text as an image, first get it on the screen and then press the Print Screen button (the one on the left of Scroll Lock).<br />
Then got into an image editor, it doesn't have to be fancy, Microsoft Paint will do.<br />
Then press edit --> paste. A screen shot will then appear which you can crop to your liking and save.<!--content-->But I am having difficulty understanding your directions.<br />
<br />
Are these directions in frontpage??<br />
<br />
"If you only have a few instances it may be better to use images to include the writing. <br />
To get the text as an image, first get it on the screen and then press the Print Screen button (the one on the left of Scroll Lock). <br />
Then got into an image editor, it doesn't have to be fancy, Microsoft Paint will do. <br />
Then press edit --> paste. A screen shot will then appear which you can crop to your liking and save."<br />
<br />
I cannot find the print screne button. And the help gives no reference.<br />
<br />
I do have pain and Windows imager 1.5(from FP2000).<!--content-->Get the text you want to put on your web-page on the screen, and then press the print screen button on the keyboard. I'm sorry but I can't explain it any clearer than that.<br />
<br />
Edit: If you use a mac then the keyboard may not have the same buttons on it.<br />
<br />
Another Edit: Since you said you use frontpage it's very unlikely that you use a mac.<!--content-->GOT IT!!<br />
<br />
Sorry, but I had never used that button before, nor did I know what it was for. This will be very useful. I have already conveted several items.<br />
<br />
But, just out of curiousity,are you familiar with the font embed?? Since we are on the topic?<br />
<br />
Thanks,<!--content-->Well putting this in the head section will work for IE:<br />
<br />
<style type="text/css"><!--<br />
<br />
@font-face{font-family:"fontname";src:url(font.eot);}<br />
<br />
--></style><br />
<br />
That's about the only way I know and it won't work for all browsers, on top of that you'll still have to find the correct font file and even then it might not be a .eot file type.<!--content-->