- From: Marnix <marnix@marnix.be>
- Date: Wed, 1 Jan 2003 19:15:54 +0100
- To: <www-validator@w3.org>
- Message-ID: <000401c2b1c1$df8f2520$0100a8c0@mshome.net>
Hello,
Recently, I had an error on a webpage :
<A HREF="01.html"<B>Klik hier om te beginnen !</B></A>
After "01.html" should have been a closing ' > ' ...
Some people reported me the link did not work, some reported me there was no link at all.
I just discovered the error, but before uploading the correction, I tried out your handy validation - which I use quite often - and I was surprised it didn't report that error at all !
It reports :
Line 29, column 63: there is no attribute "BGPROPERTIES"
which is an error I'm aware of, and is way above the line containing the error I mentioned before.
I thaught It might be useful to report this to you.
Happy Newyear !
Marnix.
Here's the full page's code containing the ' > ' error :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Foto's Kerstmarkt</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="generator" CONTENT="NoteTab Pro 4.85">
<META NAME="author" CONTENT="Marnix">
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
function detect()
{
framesetpage="../index.html";
thispage=window.location.href;
if (thispage.indexOf('://')<0) {thispage="://"+thispage;};
prefix=thispage.substring(0,thispage.lastIndexOf('://'));
suffix=thispage.substring(thispage.lastIndexOf('://')+3,thispage.length);
if (parent.location.href==window.location.href) {
parent.location.href=framesetpage+"?"+prefix+"&&&"+suffix};
}
</script>
<meta http-equiv="Site-Enter" content="blendTrans(Duration=3)">
<meta http-equiv="Page-Enter"
content="revealTrans(Duration=1,Transition=1)">
</HEAD>
<BODY OnLoad="detect()" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
ALINK="#FF0000" BACKGROUND="../images/bglora.jpg" BGPROPERTIES="fixed">
<BASEFONT FACE="Times New Roman, Times, Serif" SIZE="+3">
<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript"
src="http://counter.marnix.be/include/pphlogger.js"></script>
<!-- PowerPhlogger Code END -->
<CENTER>
<BR>
<FONT COLOR="#FF0000" SIZE="+3">
<U>Foto's van onze Kerstmarkt van 8 december 2002</U><BR>
</FONT>
<BR>
<IMG SRC="affiche32col.gif" WIDTH="385" HEIGHT="406" BORDER="0"
ALT=""><BR>
<DIV ALIGN="justify">
<FONT SIZE="+1">
<BR>
Op de volgende pagina's vind je een expresso foto-reportage van onze
Kerstmarkt die doorging op 8 december 2002.<BR>
<BR>
Klik telkens op de foto om naar de volgende foto te gaan.<BR>
</FONT>
</DIV>
<BR>
<FONT SIZE="+2" COLOR="#FF0000">
<A HREF="01.html"<B>Klik hier om te beginnen !</B></A><BR>
</FONT>
<CENTER>
<HR SIZE="3">
</CENTER>
<FONT SIZE="+1" COLOR="#0000FF">
<A HREF="javascript:history.go(-1)">TERUG</A>
</FONT>
</CENTER>
<OBJECT>
<P ALIGN="right">
<A HREF="http://validator.w3.org/check/referer">
<IMG BORDER="0" SRC="images/validator.gif" ALT="" WIDTH="9"
HEIGHT="9"></A>
</P>
</OBJECT>
<!-- Laatste update : 16 december 2002 -->
</BODY>
</HTML>
__________________________
www.marnix.be
marnix@marnix.be
marnix@blauwekruiskust.be
marnix.v@pandora.be
www.blauwekruiskust.be
webmaster@blauwekruiskust.be
info@blauwekruiskust.be
www.norbertmaes.be
http://users.pandora.be/marnix
Received on Tuesday, 7 January 2003 07:26:34 UTC