As I'm not having much luck with figuring out how to manage the css with just one file (depending on style being used)... A fix for multiple styles would be.....
- Copy the smnlikquick_css.css file once for every style you have, naming them whatever you wish IE smnlikquick_style1.css, smnlikquick_style2.css, etc
- When doing the template edits, change the file name to match the .css file for that style. For example (Look for the Red):
In the 1st Edit performed:
Code:
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_style1.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
Or:
Code:
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_style2.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
ETC
Hope this helps some of yas....