I changed to titles and "href" link around to fit my site and then I uploaded my two css files and then added this to where I wanted the links to show up.
Code:
<a href="#" onclick="setActiveStyleSheet('StyleTitle'); return false;">Text to change style</a>
<a href="#" onclick="setActiveStyleSheet('StyleTitle2'); return false;">Text to change style</a>
Once again changed that stuff around, and got it all nice how it was supposed to be but when I go to my site its all weird. Like one of the css style sheet is almost fine but with a couple of the <div id="h1"></div> are not the right color there supposed to be, and when I click on the link to switch my css style sheet it doesn't work its all messed up.
Can anybody explain to me an easier way to make or get my existing style switcher to work right.