lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV How to view an image???


From: David Woolley
Subject: Re: LYNX-DEV How to view an image???
Date: Sat, 15 Nov 1997 11:18:19 +0000 (GMT)

> how to ensure that users of a text browser such as lynx can also "see" all
> the pictures from my page?? Do I need to put any tag after IMG command or

The best way is:

For every image that is not purely cosmetic:

- add an ALT tag so that the browser user can work out what the image would be;

- wrap the <IMG> in <A HREF="-----.gif">....</A>, obviously using the image
  file name;

- FOR ALL BROWSERS: replace the image in the <IMG> by a small thumbnail image.

For cosmetic images:

- if they are pure noise in text, use ALT=""

- otherwise use an ALT= string that scans properly when read in pure text.

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]