Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi

i have some images at server i am accessing those images with css total giving path start from http://... and that image path start from ../Images/ like i tryied it is not coming images with in the mail.

i am using in usercontrol and that usercontrol will be rendercontrol and sending mail. in that time it is not comming images in outlook and other mail sites like gmail etc... how to i want to write the code....



Regards

D.V.Mallikarjuna Guptha
Posted

1 solution

Hi Mallikarjuna,
Try to use inline or Internal CSS.
and in CSS, the path of the image should not be relative, it should be complete path like:

background-image:url(http://FULL/PATH/Of/image.jpg;)

Regards,
Jitendra
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900