0 Custom Theme 2 Trey Hendon III posted 9 Years Ago I'm working on my first custom theme (a copy of Stark). I'm wondering if anyone has found a way to keep the links to the Theme's files completely relative? I see this code in the Site.Master file: <link rel="stylesheet" href="<%# ResolveRockUrl("~/Styles/theme.css", true) %>"/> The problem I seem to be having is that it is resolving to http://myurl.com/Styles/theme.css not http://myurl.com/Themes/myCustomTheme/Styles/theme.css. Am I missing something? I'm asking this question becuase I believe it will help me solve my core issue - loading a custom CSS file after the theme.css file and having conflicting CSS issues.
Trey Hendon III 9 years ago I had a spark of a memory when I saw something else using the double-tilde and gave that a shot. Just a thought, it might be worth changing Stark to use the double-tilde for all it's file.