I'm getting an error upon validating this page.  It says end tag for
<head> is not closed.   Since I do have a </head> tag it is something
else probably with the meta tag but I'm not clear on what it is.
Thanks




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>

<head>
        <meta http-equiv="content-type"
                        content="text/html;charset=utf-8" />
        
<style type="text/css">
#table1
{
height:100%;
}
</style>
</head>
<body>

<table id="table1">
        <tr>
                <td colspan="2">
                        <div class="header">
                        Header
                        </div>
                </td>
        </tr>
        <tr>
                <td>
                        <div class="navigation">
                        Navigation
                        </div>
                </td>
                <td>
                        <div class="content">
                        Content
                        </div>
                </td>
        </tr>
        <tr>
                <td colspan="2" style="vertical-align: bottom">
                        <div class="footer">
                        Footer
                        </div>
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>

<head>
        <meta http-equiv="content-type"
                        content="text/html;charset=utf-8" />
        
<style type="text/css">
#table1
{
height:100%;
}
</style>
</head>
<body>

<table id="table1">
        <tr>
                <td colspan="2">
                        <div class="header">
                        Header
                        </div>
                </td>
        </tr>
        <tr>
                <td>
                        <div class="navigation">
                        Navigation
                        </div>
                </td>
                <td>
                        <div class="content">
                        Content
                        </div>
                </td>
        </tr>
        <tr>
                <td colspan="2" style="vertical-align: bottom">
                        <div class="footer">
                        Footer
                        </div>
                </td>
        </tr>
</table>
</body>
</html> </td>
        </tr>
</table>
</body>
</html>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to