[l2h] Formating the HTML-Output with CSS

Hakan Kuecuekyilmaz hakan at lisas.de
Tue Dec 30 08:38:07 CET 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.

This would give the enduser an easy approach to design and layout the
HTML-Output with CSS.

Like:
<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>
...

This is my third try for this feature-request.

regards
-- 
Hakan Kuecuekyilmaz
University of Applied Sciences Esslingen, Germany



More information about the latex2html mailing list