View Single Post
Old 11-06-2012, 04:57 AM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
I jus tran your code through the validator and got 19 errors...... anyhow. your .css file does not need <style> elements in it

and on the footer should be like this:

Code:
<div id="footer">
align="center" is deprecated in xhtml, use css to center things

id must be in qoutation marks ( or not at all will technically work too but thats a bad ide) , you were missing one

html elements generally only use semicolons in inline javascript and inline css style

Code:
< a href="/" onclick="javascript:dosomething();" style="text-align:center;">test</a>
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote