Re: [greenstone-devel] Style Cascade

From Katherine Don
DateWed, 25 May 2005 11:00:12 +1200
Subject Re: [greenstone-devel] Style Cascade
In-Reply-To (428C6EA2-000005-02692-IBM)
Hi Ileana

yes, you can use a css style sheet. Place the css file in the
gsdl/images directory, then add a line like the following
<link rel="stylesheet" type="text/css" href="/gsdl/web/images/style.css">
into gsdl/macros/style.dm so that it appears in the <head> tag of the
html page.

eg

GSDL Error {
<html>
<head>
<title>GSDL Error</title>

<link rel="stylesheet" type="text/css" href="/gsdl/web/images/style.css">


</head>

<body bgcolor="#ffffff" text="#000000" link="#006666"
alink="#cc9900" vlink="#666633" _1_>
}

Regards,
Katherine Don

Ileana Presno wrote:
> Hi
>
> Can i used in Greentone 2.60 a style cascade (file with the extension
> .css)? Show me why?
>
> Regards,
>
> Ileana Presno
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> greenstone-devel mailing list
> greenstone-devel@list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-devel