Page 1 of 1

damn you IE

Posted: 08 Nov 2011, 15:13
by po10cy
Hi all

I return with a question that is really annoying me.

I have an .ashx page in my web solution which is used to dynamically return a image from the database to aspx page. now it displays fine in all browsers but IE adds padding to the image. I have searched for ages to try and see how to add css styling to a ashx file?? if I use firebug, view the ashx page and add the margin:0 and padding:0 which I usually would it displays like I want it to. However in my solution I cant see how to add this styling to the page.

help?

Re: damn you IE

Posted: 08 Nov 2011, 15:49
by po10cy
skrew it im just going to use an aspx page to retrieve the image