I am using GS version 2.51, I dont believe style sheets are in play yet in this distribution.
~Patrick
>>> kjdon@cs.waikato.ac.nz 2/20/2006 10:19:03 PM >>>
Hi Patrick
What version of greenstone are you using? For 2.63, you can edit the
greenstone/images/style.css file, and add e.g.
font-family: times;
into the body style:
i.e.
body {
background: #ffffff;
color: #000000;
font-family: times;
}
2.62 and earlier, you can add
<style>
body { font-family: times; }
</style>
into the
GSDL Error
macro (greenstone/macros/style.dm), after