lilypond-devel
[Top][All Lists]
Advanced

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

Re: new website (general info)


From: Graham Percival
Subject: Re: new website (general info)
Date: Tue, 9 Jun 2009 19:47:25 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Jun 09, 2009 at 07:00:57PM +0200, Francisco Vila wrote:
> 2009/6/9 Graham Percival <address@hidden>:
> > 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 @address@hidden html  into a @macro.

Cheers,
- Graham





reply via email to

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