Re: [Rbmake-users] My Local Images are not transferring
Brought to you by:
wayned
|
From: Wayne D. <wa...@us...> - 2002-02-10 19:50:46
|
On Fri, 8 Feb 2002 ki...@mp... wrote: > But, when I go to open it non of the images appear. You don't mention what command you're typing. If you want images to be included in a book, you need to specify the -i option. Also, when you were trying to slurp the pages from the web, you need to ensure that you have link-following turned on (such as -fy or -f8), and you need to ensure that the links are in an "included" part of the site. For instance, starting the command at http://www.foo.com/bar/index.html will follow any links below www.foo.com/bar/, but will not follow links to www.foo.com/zap/. You can enable link following to anywhere you like by using the -m (or -M) option. For instance, if you start at the same "bar" index page above and give the option "-m http://www.foo.com/baz/" it will include pages from either spot (or you could omit the "baz/" to include pages from anywhere on the site). ..wayne.. |