lynx-dev
[Top][All Lists]
Advanced

[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.
;

reply via email to

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