1

i have the following simple grid960 HTML code: http://pastebin.com/m1SYMH5S but it looks verry different in ie8 and FF9, what have i done wrong?

Thanks

wutzebaer
  • 14,365
  • 19
  • 99
  • 170

1 Answers1

2

Your doctype declaration is incomplete. It should be

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Karthik Rao
  • 321
  • 3
  • 9