cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem in Html code for backround listing

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 ?

Message 1 of 4
latest reply
1 BEST ANSWER

Accepted Solutions

Problem in Html code for backround listing

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.

View Best Answer in original post

Message 4 of 4
latest reply
3 REPLIES 3

Problem in Html code for backround listing

try adding www. after the https and befor the i.imgur

Message 2 of 4
latest reply

Problem in Html code for backround listing

www. is not used when a subdomain is already specified (i.)
Message 3 of 4
latest reply

Problem in Html code for backround listing

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.

Message 4 of 4
latest reply