Le ven 06/06/2003 � 18:35, Alexandre Aractingi a �crit : > Hi, > I wanted to remove some links on a page before plucking it, so I used > HTtrack to get the site, made my changes, but when I try to pluck the > local pages, I get errors with relative links. Is it a known issue? > (if I replace the links with the absolute path, it works...)
Turns out the problem was with relative links that did not have ./ in front of them (for example, index.html included a link to <A HREF="page.html">), which plucker understood as /page.html. Is this a bug, or is this a normal behavior (recommended by the HTML standards)? Thanks, -- Alexandre Aractingi <[EMAIL PROTECTED]> _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

