[l2h] Re: linebreaks between navigation-icons
Ralf Scholl
rasch@skillsonline.de
Wed, 12 Sep 2001 09:04:59 +0200
Hello Ross,
I already tried this. It didn't work. The linebreaks are still there. I have
no idea, what I could do else.
Ralf Scholl
----- Original Message -----
From: Ross Moore <ross@ics.mq.edu.au>
To: Ralf Scholl <rasch@skillsonline.de>
Cc: Ross Moore <ross@ics.mq.edu.au>; <latex2html@tug.org>
Sent: Tuesday, September 11, 2001 5:35 PM
Subject: [l2h] Re: linebreaks between navigation-icons
> > 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
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html
>