PDA

View Full Version : What is this small box next to images?


Rumrunner
11-16-05, 10:58 PM
Does anyone know what this small box is? It comes up next to images in my mozilla browser but not in internet explorer. I'm just wondering what causes it.

Albigger
11-16-05, 11:07 PM
I believe that's some sort of broken image link, and it comes up when the image can't load for whatever reason??

could be wrong though, that's just what I always assumed it was I guess.

Aphex_Tom_9
11-16-05, 11:16 PM
yea that would be the equivalent of the "red x" mark for unloaded images

Rumrunner
11-16-05, 11:19 PM
Well the image is there, it just comes up next to the image...

zip22
11-16-05, 11:47 PM
which website? i think by default, IE doesn't show image placeholders (in internet options > advanced > multimedia) if you change that, then does it show them? maybe the site just has a poor design, and it just got covered up by IE? or there is something wrong with netscape

Rumrunner
11-16-05, 11:58 PM
Well its not on the web, I am creating a web page with front page and I have my inserted images hosted at photobucket. And it comes up like that. Maybe I put the tags in the code wrong?

Rumrunner
11-16-05, 11:59 PM
<td>&nbsp;</td>
<td valign="top" colspan="6">
<img border="0" <img src="http://img.photobucket.com/albums/v636/rrrr/Raptor2.jpg" alt="Image hosted by Photobucket.com"></td>

There is the code do you see anything that would cause this? thanks

ps: I enabled the img place holder setting and it still didn't show up.

da_spork
11-17-05, 10:29 AM
Remove the second <img in the image line so it'll look like this,

<img border="0" src="http://img.photobucket.com/albums/v636/rrrr/Raptor2.jpg" alt="Image hosted by Photobucket.com">

:D

Rumrunner
11-23-05, 01:50 AM
I was so frustrated that i didnt even see that. Thanks alot!