|
Maybe your websites presentational information (cell height etc.) is defined inside your html code. When u use strict html u can't have those attributes inside your code (this will generate an error). Everything related to presentation of your website should be placed inside style tags or a CSS sheet.
|