le 16/05/2006 01:00 Johnson, Eric a écrit :
-->
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.
Can I change the generation so that it generates <span class=”code”>
or should I add codefrag to the stylesheet?
Add the codefrag to the stylesheet - for instance (in pelt skin) :
.codefrag {
font-family: "Courier New", Courier, monospace;
font-size: 110%;
}
Salutations,
Cyriaque,
TIA
Eric