
05-14-2008, 08:01 AM
|
|
 | |
Banned
|
|
 X-Adept
|
|
Join Date: Jan 2008
Posts: 486
|
|
|
Re: Whats wrong with this code please ?
Quote:
Originally Posted by balinor
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.
|
#nav a {
display: block;
width: 9em;
w\idth: 9em;
color: #000000;
text-decoration: none;
padding: 0.25em 2em;
}
and many else with w\idth:
............
</li>
</ul>
</div>
<tbody> (I think </tbody>) + need close tags</td></tr> after </div>
............
And many others. 
|
|