>Jan,
>Thanks for the suggestion. It worked perfectly and was easier 
>than trying to figure out which stylesheet in the skin to modify.
>Cheers,
>Eric


I forward the Thanks to Johannes ;-)


Jan


>> -----Original Message-----
>> From: Johannes Schaefer [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, May 16, 2006 6:37 AM
>> To: [email protected]
>> Subject: Re: AW: <code> to class="codefrag"
>> 
>> 
>> 
>> [EMAIL PROTECTED] wrote:
>> >> How do I get <code> elements to display correctly in HTML output? 
>> >> Using
>> > 0.7 and the tigris skin
>> >> using <code> elements generates into <span class="codefrag">. The
>> > stylesheet does not have a setting for codefrag.
>> 
>> try adding to the <exta-css> section of your skinconf.xml, maybe 
>> something like this
>> 
>> .codefrag {background-color:lightgray; font-family:courier;}
>> 
>> hope this helps
>> Johannes