My website http://www.maithai-exports.com has errors on FireFox 3. There are more white space underneath my footer. Please you suggest me a solution. Thanks.
The error lies in the coding. You have this: <td id="skin_ct_lc"> ... </div> </div></div><table width="100%" border="0" cellspacing="3" cellpadding="0" height="100%"> <tr> <td height="100%"> </td> </tr> </table> </td> Code (markup): Either remove the height attribute from the table element (it's invalid, anyway), or remove the table completely, which seems to do no harm. This may or may not actually fix things. You have a pot load of errors which need fixing. With invalid markup, debugging's just a crapshoot. cheers, gary