<blockquote>2. find all the corresponding css setting of blue.css in the template_css.css file and move them to a new file call green.css, copy it into template </blockquote>
Could you be more specific about this step? 😀
<blockquote>Code:
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/template_css.css” rel=”stylesheet” type=”text/css” media=”all” />
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/red.css” rel=”alternate stylesheet” type=”text/css” title=”red” />
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css” rel=”alternate stylesheet” type=”text/css” title=”blue” /></blockquote>
What is this for?
Thank you, Nick Miletich