[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Issues with -dont_wrap_pre and -nomargins
From: |
Ian Collier |
Subject: |
Re: [Lynx-dev] Issues with -dont_wrap_pre and -nomargins |
Date: |
Wed, 7 Oct 2009 12:06:08 +0100 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Tue, Oct 06, 2009 at 03:58:49PM -0400, Claus Strommer wrote:
> If I explicitly enable image links via the --image_links option I
> actually get TWO [image.jpg] links in the dump output; I don't know if
> that is a bug or there by design.
That's because the image is inside an anchor; if you have a link list in
your dump then the first one will point to wherever the anchor pointed
to, and the second one will point to the image itself. It's this second
one which is added by the -image_links option.
imc