ASP to Excel Image Alignment Problems

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.
 
J

JP

Kevin,

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


--JP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top