So I have this website that will be accessed via an SSL connection ("https://mystupidwebsite/etc...")
I am using themes in conjunction with a single css file. when the page is rendered though, the CSS link tag in the header still has the http://mystupidwebsite/etc... full path.
How do I get it to regester the css file correctly, with the https or use relative paths?
thanks,
Nate
Edit: Oh! I just found my issue. Themes are correctly adding the css with a relative path. There was a link tag in the master page that was using absolute paths to the same css. sorry for wasting your time!