[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV <br> in link text
From: |
Klaus Weide |
Subject: |
Re: LYNX-DEV <br> in link text |
Date: |
Tue, 28 Oct 1997 12:28:59 -0600 (CST) |
On Tue, 28 Oct 1997, Laura Eaves wrote:
> This is a test of a break in a link: [1]
> text
>
> Note the link number displays on the previous line.
> This happens with both fotemods and ac.
>
> I think the link number should print on the same line as
> the link text.
> Does anyone else agree?
> --le
>
> <html>
> <head><title>break in link text</title>
> </head>
> <body>
> This is a test of a break in a link: <a
> href=mailto:address@hidden"><br>text</a>
> </body>
> </html>
I think Lynx is just doing what it is being told in this case: the markup
says that the link should begin before the BR and should include it.
If you have
This is a test of a break in a link: <br><a
href=mailto:address@hidden">text</a>
instead, this doesn't happen.
If you want to change this, I don't know of a simple way. But maybe you
can adapt the complicated code in HText_endAnchor which removes link
numbers from the text for your purpose...
Klaus
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV <br> in link text, Laura Eaves, 1997/10/28
- Re: LYNX-DEV <br> in link text,
Klaus Weide <=
- Re: LYNX-DEV <br> in link text, Laura Eaves, 1997/10/28
- Re: LYNX-DEV <br> in link text, Laura Eaves, 1997/10/29
- Re: LYNX-DEV <br> in link text, Philip Webb, 1997/10/29
- Unterminated Anchors (was Re: LYNX-DEV <br> in link text), James Elkinton, 1997/10/30
- Re: Unterminated Anchors (was Re: LYNX-DEV <br> in link text), Michael Warner, 1997/10/30
- Re: Unterminated Anchors (was Re: LYNX-DEV <br> in link text), Klaus Weide, 1997/10/30
- Re: Unterminated Anchors (was Re: LYNX-DEV <br> in link text), Michael Warner, 1997/10/30
- LYNX-DEV Re: Unterminated Anchors, James Elkinton, 1997/10/31