Support Forums

Full Version: Last 6 Errors that I cant Fix.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://validator.w3.org/check?uri=http%3...or%2F1.781


http://loopios.com


Error Set:
Code:
* Line 39, column 80: Premature end of data in tag body line 25
cellpadding="4" class="tborder"><thead><tr><td class="thead"><div class="exp

* Line 39, column 80: Premature end of data in tag html line 1
cellpadding="4" class="tborder"><thead><tr><td class="thead"><div class="exp
Code:
# Error end tag for X omitted, but OMITTAG NO was specified
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

* Line 39, column 2869: end tag for "div" omitted, but OMITTAG NO was specified
alt="Made By Deities" /></a><br class="clear" /> </div> </div></body></html>

* Line 39, column 2869: end tag for "div" omitted, but OMITTAG NO was specified
" alt="Made By Deities" /></a><br class="clear" /> </div> </div></body></html>
Code:
Line 39, column 80: Opening and ending tag mismatch: div line 33 and body
cellpadding="4" class="tborder"><thead><tr><td class="thead"><div class="

* Line 39, column 80: Opening and ending tag mismatch: div line 25 and html
cellpadding="4" class="tborder"><thead><tr><td class="thead"><div class="


The first two errors are in the Index Page.
Here is the code.
Code:
<html>
<head>
<link rel="icon" type="image/png" href="images/angry.ico" />
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
{$header}
{$tabmenu}
{$forums}
<script type="text/javascript">
<!--//
var myflowers=new ddtabcontent("menutabs")
myflowers.setpersist(true)
myflowers.init()
-->
</script>
{$boardstats}
<table border="0" class="symbols" cellspacing="1" cellpadding="2" align="center">
<tr>
<td class="thead_bottom" colspan="3"></td>
</tr>
    <tr>
                        <td class="container" align="center"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span></td>
                        <td class="container" align="center"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span></td>
                        <td class="container" align="center"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span></td>
    </tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>

The last two are in Index_Boardstats
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online24}
{$forumstats}
<tr>
    <td class="tfoot" style="text-align: right">
        <span class="smalltext">
            {$logoutlink}
            <a href="misc.php?action=markread">{$lang->markread}</a> |
            <a href="showteam.php">{$lang->forumteam}</a> |
            <a href="stats.php">{$lang->forumstats}</a>
        </span>
    </td>
</tr>
</tbody>
</table>



Whats up with this?
If anyone cares. I have fixed and perfected all of this. CSS was somehow making a few of these errors and the rest i figured out what went wrong.
I care, I'm glad that you got this all sorted out.
yeah thanks, it actually felt cool seeing that i had no erros on CSS or xHTML. I was working on a new site design but it turned out messy. now Learning how to start template design