Backround image not display in mail
-
hi friends <td style="background: url(http://localhost/images/main.jpg) no-repeat top left; width: 684px;> In my html mail template,i have used above code for backround image,my problem is the backround image not display in gmail,yahoo,hotmail..etc how can solve this?
Known Is Drop.Unknown Is Ocean
-
hi friends <td style="background: url(http://localhost/images/main.jpg) no-repeat top left; width: 684px;> In my html mail template,i have used above code for backround image,my problem is the backround image not display in gmail,yahoo,hotmail..etc how can solve this?
Known Is Drop.Unknown Is Ocean
saravanan05 wrote:
td style="background: url(http://localhost/images/main.jpg)
The URL specified here would cause the browser to look for main.jpg on the client machine since localhost refers to 127.0.0.1 which is the self IP for all machines. Change localhost to your
Server.DomainName
, if it is exposed over the internet or else host your images on a external host and refer it from there. HTH! -
saravanan05 wrote:
td style="background: url(http://localhost/images/main.jpg)
The URL specified here would cause the browser to look for main.jpg on the client machine since localhost refers to 127.0.0.1 which is the self IP for all machines. Change localhost to your
Server.DomainName
, if it is exposed over the internet or else host your images on a external host and refer it from there. HTH!hi thanks for reply Already i tried in live server what you have mentioned(http://192.158.74.120/images/main.jpg)..but it is also not working...
Known Is Drop.Unknown Is Ocean
-
hi thanks for reply Already i tried in live server what you have mentioned(http://192.158.74.120/images/main.jpg)..but it is also not working...
Known Is Drop.Unknown Is Ocean
Are you able to view the images from outside your home/work network? Did you check if Gmail is not just preventing the image display??
-
Are you able to view the images from outside your home/work network? Did you check if Gmail is not just preventing the image display??
yes,i can see from outside home
Known Is Drop.Unknown Is Ocean
-
yes,i can see from outside home
Known Is Drop.Unknown Is Ocean
In that case I think it is just Gmail blocking the images. You should have an option near the email header that says "Display Images", click it to get your images.