HTML validering problem i ASP
Jeg har et HTML validering problemder er indsat <!--#include file="inc_newsletters1.asp"--> i nedenstående kode og via http://validator.w3.org/ der giver det en validering problem
er der en der kan hjælpe med hvad der skal rettes til således at include filen stadig er der?
----- FEJL PÅ W3.ORG ---------
Below are the results of attempting to parse this document with an SGML parser.
Error Line 419 column 6: end tag for "DIV" omitted, but its declaration does not permit this.
</td>
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
✉
Info Line 343 column 0: start tag was here.
<div align="center">
Error Line 419 column 6: end tag for "CENTER" omitted, but its declaration does not permit this.
</td>
✉
Info Line 336 column 0: start tag was here.
<center
------ DEL AF KODE På SIDEN -----
</td>
<%Else%>
<tr>
<td class="backgroundmenu" align="left">
<img border="0" src="design/layoutimages/<%=CSSimages(3)%>" align="middle" alt=""><a href="<%="default.asp?Action=Menu&Item=" & List("ID")%>" class="mainmenu" onMouseOver=" window.status='<%=replace(CMS_Text,"'","\'")%>'; return true" onMouseOut="window.status=' '; return true"><%=CMS_Text%></a>
</td>
<%End If%>
<% Else
If ThisIsALink Then %>
<tr>
<td class="backgroundmenu" align="left">
<img border="0" src="design/layoutimages/<%=CSSimages(3)%>" align="middle" alt=""><%=Link%>
</td>
<%Else%>
<tr>
<td class="backgroundmenu" align="left">
<img border="0" src="design/layoutimages/<%=CSSimages(3)%>" align="middle" alt=""><a href="<%="default.asp?Action=Menu&Item=" & List("ID")%>" class="mainmenu" onMouseOver=" window.status='<%=replace(CMS_Text,"'","\'")%>'; return true" onMouseOut="window.status=' '; return true"><%=CMS_Text%></a>
</td>
<%End If%><% End if %>
<% List.MoveNext %>
<% Loop
List.Close
%>
</table>
<br><br>
<!--#include file="inc_newsletters1.asp"-->
<% If vbanner="ja" Then%>
<DIV><%=Banner3%></DIV>
<br><br>
<%End If%>
</td>
<% end if %>