On Tue, Jun 09, 2009 at 07:00:57PM +0200, Francisco Vila wrote:
> 2009/6/9 Graham Percival <[email protected]>:
> > On Tue, Jun 09, 2009 at 12:22:53PM -0300, Han-Wen Nienhuys wrote:
> > That can, and will, be changed with CSS. The basic content
> > doesn't dictate the slickness of the presentation!
>
> Can HTML pages produced with texi2html have arbitrary <div id="...">
> or <whatever class="..."> tags? Are they easily produced from the
> texinfo source? If so, you are right and all that is feasible in
> CSSZenGarden --for example-- from the very same source is also
> feasible for us by changing _only_ the CSS.
<div id> yes; I'm not certain about <x class="">, though.
----div.texi
@top
foo
@html
<div id="red">
@end html
bar
@html
</div>
@end html
foo
@bye
----
----div.css
#red {
color:red;
}
----
texi2html --css-include-div.css div.texi
I imagine that we'd wrap the @html...@end html into a @macro.
Cheers,
- Graham
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel