Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2058 Is there any way I can speed up graphic download on my pages?

irt.org | Knowledge Base | HTML | Q2058 [ previous next ]

Q2058 Is there any way I can speed up graphic download on my pages?

You can load a lower resolution image first by specifying a lowsrc attribute. Once this image has load the image specified in the arc attribute will then load. By adding the HEIGHT, WIDTH and ALT attributes to the IMG tag, you can load your page text before the graphics load. This allows the viewer to start reading while the graphics load. Example tag:

<img lowsrc="first.gif" src="second.gif" height="2xx" width="3xx" alt="alternate text"> 

Feedback on 'Q2058 Is there any way I can speed up graphic download on my pages?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.