> Hi there,
>
> the icons used for the navigation panel are all inserted including the
> width and height parameters. Is there any deeper reason to do so?
Yes. It simplifies the browser's task of composing the page when it
knows how large are each of the components.
Otherwise it would have to wait till alll images have arrived
before it could build the page adequately, else recommence with
each new image, rather than simply slot it into place.
> I'm asking because this makes the replacement of the supplied icons
> with an alternative set somewhat tedious.
All the Perl code, for the sizes and the HTML tags, are in latex2html.config
where you can easily find it. Copy it all into an -init file
and make the appropriate edits.
This is work to be done just once, having benefit for the many jobs
where you'll be using a different set of icons.
Hope this helps,
Ross Moore