[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV lynx on www.microsoft.com
From: |
Laura Eaves |
Subject: |
Re: LYNX-DEV lynx on www.microsoft.com |
Date: |
Sat, 3 May 1997 19:56:13 -0400 (EDT) |
> Date: Sat, 3 May 1997 19:28:58 -0400
> From: address@hidden (Larry W. Virden, x2487)
>...
> Hmm. I am not certain we are talking about the same thing. Because
> when I encounter a page with things like it sounds like you are describing
> in the code, I _don't_ see [INLINE], nor do I want to.
>
> Here's a sample of a number of uses of IMG. With the lynx I run,
> I see no [INLINE] or other [text] entries.
>...
Well, acatually, there's only one IMG tag in your example that would be
altered by the change i suggested:
> <A HREF="abc.html"><IMG SRC="kit.gif" ALT="">Tcl Base Kit</A>
Since the IMG is embedded in a link and has a null alt string, and isn't
an ISMAP or some other entity that would already have a different alt string,
it would display as [LINK].
Unfortunately, there is also other text in this link: "Tcl Base Kit".
So the link might display as "[LINK]Tcl Base Kit".
(The code that sets the alt string for IMG wouldn't know about the other text
at that point, I don't suppose.)
In other words, your link is already visible because of the additional text.
I was just trying to force invisible links to be visible if they contained an
IMG tag.
It was just a thought. No code changes yet (if ever).
--le
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- Re: LYNX-DEV lynx on www.microsoft.com, (continued)
Re: LYNX-DEV lynx on www.microsoft.com, Laura Eaves, 1997/05/03
Re: LYNX-DEV lynx on www.microsoft.com,
Laura Eaves <=
Re: LYNX-DEV lynx on www.microsoft.com, Nelson Henry Eric, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Scott McGee (Personal), 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Foteos Macrides, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Laura Eaves, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Laura Eaves, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Foteos Macrides, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Laura Eaves, 1997/05/04
Re: LYNX-DEV lynx on www.microsoft.com, Laura Eaves, 1997/05/04