Loading Image?

liunx

Guest
How do you load an image?<!--content-->Are you talking about <img src=http://www.htmlforums.com/archive/index.php/"http://path.to/image.gif" alt="Image description here"> ??<!--content-->If not, and you want to PREload images, try looking for javascript at <!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w -->, or check this out: <!-- m --><a class="postlink" href="http://www.square-unlimited.org/j3i/Download">http://www.square-unlimited.org/j3i/Download</a><!-- m --> <!--more-->s/preload.txt<!--content-->coulde it be like this?<br />
<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"Bush.gif"><!--content-->It COULD be, but it SHOULD be like agent said.<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"bush.gif" alt="Bush"><br />
<br />
where the alt is text that will replace the image if the image can't load, or text that would be read to a blind user who is visiting your site.<!--content-->ok Thanks<!--content-->oooooo i didn't actually know what the ALT tag was for, i just left it as "" but now i know :D <br />
<br />
cheers Aaron<!--content-->And search engines display the ALT texts instead of images.<!--content-->
 
Back
Top