rejetto forum

Problem with loading icons/images

Guest · 4 · 1970

0 Members and 1 Guest are viewing this topic.

Estrella

  • Guest
I'm having this problem for quite a while now. All non-standard images in HFS will not load! The path to them is OK, when I point directly to them they show up fine, but in HFS they just won't show up and sometimes even display that small red cross for 'image not found'. It happens for alternative folder icons, but even for another small image I added in the template section for 'server full'. I really don't know what's wrong. Have searched the forum all over but couldn't find anything. Please help me with this.
I'm using HFS version 2.1 d on a WinXP Home computer. The only limits I created in HFS are max downloads 6 and max downloads per address 3. By the way, my server is at http://server.estrellaweb.nl so you can see what's happening with the images-not-loading.

Thanks in advance!


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
Hey,

Heb wat rond gekeken op je website, en moet al eerste zeggen dat deze er erg goed uit ziet ^^.

Verder heb ik in de bron code van je website gekeken waar ik dit aantrof: <img hspace=3 align=top src=http://server.estrellaweb.nl/images/bullet.gif> voor een AVI bestand.

wat me verder opviel is dat je dit als doctype gebruikt: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

XHTML zal de manier waarop je de <img> tag gebruikt nooit goed keuren.

- Vergeet de quotes niet ;D, zonder quotes wil het nog wel eens problemen opleveren.
- Als je verwijst naar je eige server, dan hoef je niet het hele adres in te vullen. In deze situatie is een "/" precies hetzelfde als de hele web adres.
- Maak gebruik van 'style' ipv de oudere methodes 'hspace' en 'align'

Voorbeeld van een betere manier:
<img src="/images/bullet.gif" style="margin-left: 3px; vertical-align: top;" />

Ik hoop dat het op deze manier wel werkt.


Offline fabnos

  • Tireless poster
  • ****
    • Posts: 278
    • View Profile
    • Fabnos ~ Http File Server
Also if I have not understood what GE wrote - I'm only a poor English, French, Spanish and Portuguese translator but not NL  :'(- It's seem me that problem is in browser choosen.

Your site have red cross if viewed with I.E.  but with Firefox and Opera all is viewed normally  :D

Best regards

At the other hand Microsoft, sometimes, is the final solution
E allora Dio creĆ² l'uomo, gli diede un cervello ed un pene ma non sangue sufficiente a farli funzionare  contemporaneamente.
_______
So, God created the man.
It gave him a brain and a penis.
Unfortunately not enough blood to contemporarily bedew them


Estrella

  • Guest
Thanks for the replies. I will reply in English so it's understandable for everyone.
First of all, I cannot use only / in this case, because the real address where the server is located is, estrellaserver.no-ip.info. It only looks like the address is server.estrellaweb.nl because the no-ip address opens through the frame. But the point is. If I will use / instead of the full address the page 'thinks' the images are located on the no-ip address, which isn't.

But, I checked for the quotes and all images are now surrounded by them.

About the doctype stuff. To be honest with you. I don't know a thing about that. Some say every HTML page should have a doctype but I'm now sure which one and how you can determine which doctype is OK for your page. The doctype currently in my page... I guess it already has been there. I didn't put it in myself, because of the simple reason I don't know anything about it.

I completely removed the Doctype line, added some quotes where needed but still the same prob. :-(