neodjandre
12-21-2010, 07:53 PM
Hello,
Can anyone tell me why the "charts section" is offset when using the Chrome browser and how can i fix this?
http://www.dj-ash.co.uk
the stylesheet is here:
http://www.dj-ash.co.uk/styles.css
let me know if you need more details!
thanks
Ash
teedoff
12-21-2010, 08:23 PM
In what way is it offset? And what other browser are you comparing it too.
I viewed the page in Chrome and didn't really see anything in the charts section offset.
oops...lol nevermind I see it....hmmm.
teedoff
12-21-2010, 08:28 PM
Ok well I notice you have two opening html tags. With them both you get over 100 validation errors in your code. When I remove the second one <html> they drop to just two errors.
Maybe you should remove "<html>" from the second line of your source code and then try viewing it again. Then lets us know.
Excavator
12-22-2010, 12:58 AM
Hello neodjandre,
You should not be using an HTML5 doctype. You are using tables and deprecated attributes that is much better suited with an older HTML4 DocType.
Have a look at the links about validation in my signature line. The links about DocTypes and Tables too... All of them will help you.