[MPlayer-DOCS] Re: [PATCH] List container formats and add an example
Ivo
ivop at euronet.nl
Thu Oct 13 03:09:31 CEST 2005
On Thursday 13 October 2005 01:25, Guillaume POIRIER wrote:
> I have no idea whatsoever how to do this. Maybe just looking at
> html-common.xsl will make me see "The bright light", but until then...
> ;-)
It goes something like this:
<xsl:template match="screenwoeol">
<span class="screenwoeol"><xsl:apply-templates/></span>
</xsl:template>
After that, you can set its properties in default.css:
span.screenwoeol {
background: #e0e0e0;
font-family: monospace;
}
HTH :-)
--Ivo
More information about the MPlayer-DOCS
mailing list