pamelagorilla
New Member
What I'm trying to do is include my own style.css file in the template that I'm building. In Visual Studio, I've opened \[code\]~/Template/App_Themes/Global/cssLoadOrder.xml\[/code\] and ordered the CSS files how I'd like them to appear in the page. However, when I upload the template to Sitefinity, none of the CSS files from \[code\]cssLoadOrder.xml\[/code\] appear anywhere in the HTML that is generated.In 5.2, the CSS files from \[code\]cssLoadOrder.xml\[/code\] were appended to the end of the \[code\]<head>\[/code\].In 5.3, the only thing being appended to the end of the \[code\]<head>\[/code\] is \[code\]<link href="http://stackoverflow.com/Default2/Telerik.Web.UI.WebResource.axd?...">\[/code\], ignoring the CSS files from \[code\]cssLoadOrder.xml\[/code\].How can I link to my own CSS as well as remove the default \[code\]Reset.css\[/code\] file from being loaded?