On 9/21/06, John W. Long <[EMAIL PROTECTED]> wrote:
Bryan wrote:
> What would the appropriate link tag be for including an file in the
> public/stylesheets directory?

You don't need any special tags, just use the HTML link tag in the head
portion of the HTML layout:

<link rel="stylesheet" href="" type="text/css" />


Except this is a problem if you want to have your site in a subdirectory (which is biting me). This will try to serve up " mysite.com/stylesheets/styles.css" and not "mysite.com/radiant/stylesheets/styles.css". (unless someone knows the Apache magic to make it work)


_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to