Quote:
Originally posted by Gadget470
A problem I noticed, when trying to load a skin via Nav-Bar->MISC-> New Skin... the new skin gets loaded into the content frame.
|
Yeah, I noticed that too. You just need to set the target. It looks like you are switching styles via a small PHP script. That's fine, but I'd like an alternate stylesheet provided
Code:
<link rel="alternate stylesheet" title="Night" type="text/css" href="whereveritis.css" media="all">
so I can switch it in my browser. It's the kosher way to do things, and it's helpful to 13371575 like me

. Just a thought.