11-13-2017 11:29 AM
I used this code to load image as backround,
it is work in Mozila and windows 2007
and not work in Chrome Windows 2007 and Mozila in Windows 2010
<table width="1000" height="530" cellspacing="0" cellpadding="30" border="0" background="https://i.imgur.com/95QtDDx.jpg" align="center">
<tr>
<td>
.........My Text..........
</td>
</tr>
</table>
You know what happen ?
Solved! Go to Best Answer
11-13-2017 01:05 PM - edited 11-13-2017 01:07 PM
The image is not displayed (only the URL of the image in plain text) when I try to view it in Firefox 3.6.24 WinXP but does display in Firefox 31.
The problem is your image host (imgur.com) - they are blocking hotlinking to images or a similar issue, and doing it based on browser user agent. You need to work it out with them at the source.
11-13-2017 12:21 PM
try adding www. after the https and befor the i.imgur
11-13-2017 12:59 PM
11-13-2017 01:05 PM - edited 11-13-2017 01:07 PM
The image is not displayed (only the URL of the image in plain text) when I try to view it in Firefox 3.6.24 WinXP but does display in Firefox 31.
The problem is your image host (imgur.com) - they are blocking hotlinking to images or a similar issue, and doing it based on browser user agent. You need to work it out with them at the source.