Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Editing html in <head> </head> tags ??

Editing html in <head> </head> tags ??

Locked

Views: 3,710

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Jul 2006, 3:42 PM
#1
nepton avatar

nepton

New Zenner

Join Date:
May 2006
Location:
USA
Posts:
40
Plugin Contributions:
0

Editing html in <head> </head> tags ??

how would I add the following html in the head tags?

<link rel="stylesheet" type="text/css" href="http://static.tagged.com/mainTemplateStyles.css" title="default"> <link rel="alternate stylesheet" type="text/css" href="http://static.tagged.com/mainTemplateStyles_alt.css" title="alt"> <link rel="alternate stylesheet" type="text/css" href="http://static.tagged.com/mainTemplateStyles_alt2.css" title="alt2"> <link rel="alternate stylesheet" type="text/css" href="http://static.tagged.com/mainTemplateStyles_alt3.css" title="alt3">

Also I would like to know how to add or edit my site description, keywords and maybe add a few more meta tags.

Thanks,
Nepton

14 Jul 2006, 4:20 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Editing html in <head> </head> tags ??

the stylesheets are loaded automatically, if you put them in a template folder named css
and for more custom keywords look in the english/your template/meta_tags.php

14 Jul 2006, 4:23 PM
#3
nepton avatar

nepton

New Zenner

Join Date:
May 2006
Location:
USA
Posts:
40
Plugin Contributions:
0

Re: Editing html in <head> </head> tags ??

well I want to add the css stylesheet so that I am able to allow a user to click a button to change the color varation on the site. And I need to change the descriptions and add other meta tags is the major subjects.
Thanks,
Darin

14 Jul 2006, 4:33 PM
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Editing html in <head> </head> tags ??

for more custom keywords look in the english/your template/meta_tags.php