When posting an image on a website that I am creating, I copy and paste the

  • Thread starter Thread starter Deb G
  • Start date Start date
D

Deb G

Guest
html code in the "source" but? the image does not show up on the website. I see it on my preview of "kompozer" but it shows up as a little red x and no photo. Can anyone tell me what I am doing wrong? sometimes it works and somtimes it does not...thank you. I am ready to pull out my hair !!
 
There's probably a setting on your server to disallow image hotlinking, if so, allow your own domain name to hotlink, or turn this feature off.
 
You are hotlinking, this is illegal and unethical. Hotlinking is basically when you use other people's bandwidth (that they are paying for) to show images on your site. A lot of people do this without knowing that what they are doing is wrong.

That person has setup a rule in their htaccess file to prevent hotlink and isntead server an alternate image, in this case the one that says Kompozer.
 
The browser is not finding the image. You have the wrong code and it's not pointing to the image correctly or you have the wrong name for the image in the code

Can you show the code on here?
 
Back
Top