[Seaside] Re: Print and Screen CSS

Yanni Chiu yanni at rogers.com
Wed Jan 19 00:47:25 CET 2005


Jason Rogers wrote:
> > html attributes
> >     at: 'rel' put: 'alternate stylesheet';
> >     at: 'type' put: 'text/css';
> >     at: 'title' put: styleName;
> >     at: 'href' put: '/css/', cssName, '.css'.
> 
> Where is it looking for those files?  In the image directory?

I have Apache fronting things, so "/image" would be served
up by Apache, and "/seaside" passed to Seaside. In the aAbove,
the href tag is being set to something like "/css/$cssName.css",
which would be served by Apache under "/css".



More information about the Seaside mailing list