JeremyT junior member
Member # Joined: 08 Aug 2000 Posts: 29 Location: Grinnell, Iowa
|
Posted: Wed Aug 09, 2000 10:14 am |
|
|
This isn't really a function of the image, but is a function of html. In normal html, a page won't display, at least in Netscape, until the entire image is downloaded if the user has not set height= and width= in the img tag. Newer Internet Explorers will display the rest of the page, and when the image finishes downloading, display it and reorganize the page for the image.
The key bit of info is that if height and width are not defined, then the image doesn't download like you're talking about.
Here's the annoying part, regarding this board- the UBB code doesn't require that you give it height and width in pixels for the image to do this on the page. That makes me think it's using PHP to get the image info, and I don't know of any way to keep it from doing that.
If everyone has a fast enough internet connection, images will load instanteously anyway
-JeremyT |
|