[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Muse code highlighting with CSS
From: |
ZelluX |
Subject: |
Re: Muse code highlighting with CSS |
Date: |
Thu, 22 Jan 2009 04:45:33 -0800 (PST) |
User-agent: |
G2/1.0 |
On 1月22日, 下午5时20分, "Fabrice Niessen" <tdhkhcidi...@spammotel.com>
wrote:
> Hello Zellux,
>
> > I'm using <src> tags to highlight source code in muse, the
> > generated html contains color settings in span style
> > attributes, like <span style="color: #00ffff; font-weight:
> > bold;">def</span>
>
> > But i'd like to have my own highlighting style settings in
> > .css files, how to make it generate htmls like <span
> > class="keyword">def</span>
>
> I've resolved the same problem for my Web site.
>
> See the explanation at section "Site Software":
>
> http://www.mygooglest.com/fni/site-map.html
>
> Hope it helps!
>
> Fabrice
>
> PS- You can have a look at my `.emacs' file as well, if you're
> interested:
>
> http://www.mygooglest.com/fni/dot-emacs.html
>
> _________________________________________________________________________
> Fabrice Niessen
> Search the Web with "My Google Search Tools" onhttp://www.MyGooglest.com
Many thanks to Xah Lee and Fabrice Niessen, it works now ;-)