lonebyrd 0 Report post Posted March 23, 2007 I am trying to put a simple logo on my page, nothing to shout about. I saved the image in my images folder in the cpanel. So when I was doing my HTML, I simply put this: <body><p><img src="images/gamerslogo.gif" alt="The Gamers Attic Logo"></p>My problem is that my image doesn't show up. It shows a box where the logo is supposed to be with an "x" and it says The Gamers Attic Logo. Is it just a problem of my computer not loading the image, or am I doing something wrong? To see the page it isThe Gamers Attic.Do others see the image, or just not me? Share this post Link to post Share on other sites
foolakadugie 0 Report post Posted March 23, 2007 The image is loading fine on my computer. Maybe if you clear your cache and then reload the page, it might work on your side. Share this post Link to post Share on other sites
Markymark2 0 Report post Posted March 23, 2007 It seems fine to me..tested in Ie6 FF and Opera. Share this post Link to post Share on other sites
turbopowerdmaxsteel 0 Report post Posted March 23, 2007 Even though I believe your problem has been solved by now. The 'x' mark represents that the image can't be found as per the src tag. The value from the alt tag is used in such cases to describe the purpose of the image. Although, I can see the logo on your page. I reckon you opened the remote page before uploading the image and the browser is using the cached version of your page. Refreshing the page would be enough in most cases. Share this post Link to post Share on other sites
niran 0 Report post Posted March 23, 2007 Its working fine for me too!! Are you using any ad blocking services?? Some ad blockers will block with file names such as *logo* *banner* like that!! Just give some other name and test it! The image is loading correctly for all of us Niru Share this post Link to post Share on other sites
jimmy89 0 Report post Posted March 24, 2007 if you are browsing your website from your home, your ISP may be running a proxy server. this may be what the problem is! try pressing Ctrl + F5 to force the proxy to do a refresh and see what happens!btw, the image worked fine when i tried it!-jimmy Share this post Link to post Share on other sites