Closed Thread Icon

Preserved Topic: browser stuff (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20544" title="Pages that link to Preserved Topic: browser stuff (Page 1 of 1)" rel="nofollow" >Preserved Topic: browser stuff <span class="small">(Page 1 of 1)</span>\

 
stUMpy
Obsessive-Compulsive (I) Inmate

From: Canada
Insane since: Jul 2002

posted posted 07-19-2002 03:39

I am currently trying to build a simple photogallery type of site to show off some stuff. I am hand coding( uh oh) everything. I have currently 1 image on the site but I do not see it. Others do. My browser is IE 5.5 When I view the source from the web it contains a ! in the img src to make MY browser ignore the tag. However, several other people have seen the banner and it is fine. At least one browser was 5.5 also. I have also deleted IE temp files thinking the site cached somewhere. Anyone have an idea why I can't see my site from my comp? Is the code messed up or browser settings?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-19-2002 03:49

It's likely that we'll need to see the page in order to identify the problem, unless someone remembers a similar thing happening to them in the past.

stUMpy
Obsessive-Compulsive (I) Inmate

From: Canada
Insane since: Jul 2002

posted posted 07-19-2002 05:59

the page is http://www.composinglight.com . There is one image on it. I cant see it though.

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 07-19-2002 06:39

IE 6.0 on Win XP and I see it fine (I'm assuming by looking at the code that you're referring to the splash logo.

Anyways, you might want to supply width and height and other info in your <img> tag. Something like:

<img src="/images/banner.jpg" width="500" height="280" border="0" alt="Composing Light - Photography by Chris Plante" />

You might also try using
<meta http-equiv="imagetoolbar" content="no" />
in your <head> so that IE users won't see the little image toolbar when they mouseover your logo.

WebShaman
Maniac (V) Mad Scientist

From: Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 07-19-2002 08:49

I also have no problem seeing it...

Maybe you have some sort of 'anti-banner' software and it is 'reacting' to the name of the graphic? I have no idea...

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 07-19-2002 15:03

You know I had the same type of problem with my IE6 not long ago. Sometimes it would show images and sometimes it wouldn't. Never figured out what caused it. I recently installed a new hard drive and reinstalled everything. That is the only thing that took care of it.

I even tried to uninstall IE down to IE5 and then do it all over again and still didn't work.

Sorry I couldn't help out more.

Later,
C:\


~Binary is best~

stUMpy
Obsessive-Compulsive (I) Inmate

From: Canada
Insane since: Jul 2002

posted posted 07-19-2002 17:07

Woo HOO! Thanks for the help! It was the name of the "banner.jpg". I changed the name now I see it!!!

« BackwardsOnwards »

Show Forum Drop Down Menu