[l2h] Formating HTML with CSS
Hakan Kuecuekyilmaz
hakan at lisas.de
Sun Jun 22 16:58:52 CEST 2003
Hello,
I am trying to format the HTML output from l2h with CSS. But it is to
difficult, because the output is somewhat mixed up.
It would be very easy to format the output with CSS, when each logical
part of the output would be in its own and not nested <div class="...">
</div> pair like one div for the navigation with buttons, one div for
text navigation, one div for the bottom navigation with buttons, one
dive for the bottom navigation with buttons and finally one div for the
content itself.
<div class="top_nav_button">
the buttons
</div>
<div class="top_nav">
the links
</div>
<div class="content>
the main output
</div>
<div class="bot_nav">
the bottom links
</div>
<div class="bot_nav_button>
the buttons on the bottom
</div>
I also found one spelling error in the help output:
hakan at bwlx95:~$ latex2html --version
This is LaTeX2HTML Version 2K.1beta (1.48)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds
hakan at bwlx95:~$ latex2html --help
...
[ -(no)buttom_navigation ]
isn't it have to be 'bottom_navigation'?
regards
--
Hakan Kuecuekyilmaz, University of Applied Sciences Esslingen, Germany
More information about the latex2html
mailing list