|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Transfer .asp page to MS word include images within <IMG> tag
I am using
Response.ContentType = "application/msword" Response.AddHeader "Content-Disposition", "attachment;filename=Letter.doc" to download my asp page to the client. The download process works great but when I open the .doc file it is missing the image included within the html <img> tag of the .asp page. How do I get the image to come down with the text? If someone could help me out it would be greatly appreciated. here is the image tag <IMG src="LargeLogo.jpeg" align=left> Gazing into my crystal ball I observed "btfbg"
<jim_ai***@notes.grainger.com> writing in news:1110315787.787770.86350 @z14g2000cwz.googlegroups.com: > I am using Is the image embedded in the Word doc, or is the image only in the ASP > Response.ContentType = "application/msword" > Response.AddHeader "Content-Disposition", > "attachment;filename=Letter.doc" > to download my asp page to the client. The download process works > great but when I open the .doc file it is missing the image included > within the html <img> tag of the .asp page. > How do I get the image to come down with the text? > If someone could help me out it would be greatly appreciated. > here is the image tag <IMG src="LargeLogo.jpeg" align=left> > > page? -- Adrienne Boswell http://www.cavalcade-of-coding.info Please respond to the group so others can share |
|||||||||||||||||||||||