> How can I get rid of the spaces between the navigation icons? (I'm using own
> icons which should be directly adjacent)
> These spaces occur, because in the html there are linebreaks before each
> "<A NAME=" -entry in the navigation
> Example:
>
> <A NAME="tex2html595"
> HREF="Contents.html"><IMG WIDTH="50" HEIGHT="47" ALIGN="BOTTOM" ...
> <A NAME="tex2html587"
> HREF="1_1.html"><IMG WIDTH="50" HEIGHT="47" ALIGN="BOTTOM" ....
> <A NAME="tex2html593"
> HREF="1.html"><IMG WIDTH="50"...
>
> It seems, that modifying the .latex2html-init file doesn't remove these
> linebreaks in the html. (At least I was unable to do so.)
> Where have I to look for them?
in l2hconf.pm (generated from l2hconf.pin )
sub navigation_panel {
"<!--Navigation Panel-->"
# Now add a few buttons with a space between them
. "$NEXT $UP $PREVIOUS $CONTENTS $INDEX $CUSTOM_BUTTONS"
^ ^ ^ ^ ^
remove these spaces. That should be enough.
Hope this helps,
Ross Moore
> Ralf Scholl
>
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html