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="/stylesheets/styles.css" type="text/css" /> -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
