Dennis Gearon wrote:

> CSS sheets have to be in the document root somewhere, don't they?
> 
> I'm trying to move as much, or at least what I consider security
> related, from the phpnuke in the document root to a directory outside of
> the document root.
> 

style sheets works the same as any other language that you can link to 
your document.

<link rel="stylesheet" href="full/path/to/something.css"type="text/css" />

HTH
gary


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to