Raful Mr Mitchell H wrote:
> No luck, i tried everything I could think of.  NO html in the style sheet. I 
> can get to the style sheet via the browser and the link statement is there 
> see below, again, the top of the page to </head> is the autohandler:

Put your stylesheets in a directory /css/ and tell Apache not to send 
that directory to Mason:

     <Location /css>
       SetHandler default-handler
     </Location>

Change your autohandler to reference the absolute address, instead of 
the relative address.  Your style sheet cannot go through the 
autohandler itself, because that will cause HTML headers to be sent.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to