bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML <h5 class="unnumberedsubsubsec"> too small


From: Stephen Gildea
Subject: Re: HTML <h5 class="unnumberedsubsubsec"> too small
Date: Sun, 23 Mar 2003 17:42:48 -0500

I'm not comfortable with breaking the level association of Texinfo to
HTML just because some browsers (okay, most browsers) display H5 and H6
tags poorly.  HTML output should be about structure.

Style Sheets are about presentation, so that seems to me a better place
to fix the offending headers.  That would mean merely adding the
following to the head of an HTML document:

<style type="text/css"><!--
  h5, h6 { font-size: medium; }
--></style>

Or if that is still too small for you, use this instead:

<style type="text/css"><!--
  h4, h5, h6 { font-size: large; }
--></style>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]