I have a snippet called css that contains the following:
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet=stylesheets/style.css}" />The template type is set to CSS. The rendered template has this in the head:
<link rel="stylesheet" type="text/css" media="all" href="http://closetinabox.insiteadvice.com/index.php?css=stylesheets/style.css">The CSS isn’t taking effect. I tried visiting the URL in the link tag from the rendered template, and it does not display the CSS.