[ acky.net logo ]




Acky.net Tips

IRCd's Starting as Low as $10, Great Reputation
IRCd's Starting as Low as $10, Great Reputation

 

When using images isn't fast or good enough…
If you have images on your web page, you might want to consider adding text representations of them to help out users with slow connections, users using text only browsers, and users who have turned off loading of images.

The good news is that you don't have to create a separate page -- all you have to do is add the "ALT" parameter to your "IMG" tags. For example, if your original IMG tags looks like:

    <IMG SRC="welcome.gif">

simply add the ALT tag as follows with a short but descriptive text that can describe what your image represent:

    <IMG SRC="welcome.gif" ALT="Welcome!">

Now, when your visitors choose to see your page without graphics, they'll still be able to see what your images represent.