John Tsombakos wrote: > 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)
Just put the subdir in the href: <link rel="stylesheet" href="/subdir/stylesheets/styles.css" type="text/css" /> in your layout. -- John _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
