You should try with a standards compliant page, get rid of the highlighted:
Code:
<html>
<head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<link rel="stylesheet" href="./style.css . . .
And without seeing your stylesheets it's hard to tell. But including this rule set would normally do the trick:
Code:
html, body, table {
margin-top: 0;
padding-top: 0;
}
Put it at the end of the style.css file.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks