ASP to Excel Image Alignment Problems

  • Thread starter Thread starter Kevin G.
  • Start date Start date
K

Kevin G.

Hello,

I'm exporting an ASP page to Excel using 'Response.ContentType =
"application/vnd.ms-excel"' and it is working fine for the most part
except the particular page I'm exporting has images, and no matter
what style/alignment/etc. that I provide to the <td> tag that contains
the <img> tag, it always left-aligns the image in the Excel cell.

Has anyone had any success with controlling the alignment of images
when exporting from ASP to Excel using
'Response.ContentType = "application/vnd.ms-excel"'? If so, would you
be willing to share your secret?

Thanks in advance!

Kevin G.
 
Kevin,

Since you're having a problem with ASP (not Excel), you might want to
ask this in an ASP forum.


--JP
 
Back
Top