View Single Post
  #2  
Old 05-14-2008, 06:22 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Whats wrong with this code please ?

Well first, all of the CSS styles need to go in the skin1.css stylesheet, don't embed them in the template.

Next, this is not correct:

content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html; >
<link href="common.css" rel="stylesheet" type="text/css">
<style type="text/css">

Just get rid of all of that and append the contents of common.css to the main stylesheet.

Finally, the javascript probably needs to go in the head tag, and should be called from an external file, not embedded in the code.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote