reubenb
12-03-2003, 07:36 AM
hello,
can someone please help me out with this w3c error message:
This page is not Valid XHTML 1.0 Transitional!
Below are the results of attempting to parse this document with an SGML parser.
Line 52, column 44: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<tr><td valign="top" align="left" nowrap>
below is the full code:
<td width="26%" height="57">
<table border="0" width="98%" id="table3">
<tbody>
<tr><td valign="top" align="left" nowrap>
<div id="newsbar">
<p><font size="3">n e w s b a r</font> ►
<br /><br />►21st July 2003<br />
Gough Whitlam stars in movie.<br />
<br />►19th March 2004<br />
Michael Samson gets job.<br />
<br />►20th March 2004<br />
Project makes movies.<br />
<br />►31st July 2004<br />
Simon Crean elected moviestar.<br />
<br />►1st August 2004<br />
Cinema Vault website completed.<br />
<br />►26th Decmeber 2004<br />
Holiday starts for everyone here.</p>
</div>
</td>
<td width="0"></td>
</tr>
</tbody>
</table>
</td>
</tr>
(its not really php but that is the only way i could get it to format it properly :D)
thanks..
can someone please help me out with this w3c error message:
This page is not Valid XHTML 1.0 Transitional!
Below are the results of attempting to parse this document with an SGML parser.
Line 52, column 44: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<tr><td valign="top" align="left" nowrap>
below is the full code:
<td width="26%" height="57">
<table border="0" width="98%" id="table3">
<tbody>
<tr><td valign="top" align="left" nowrap>
<div id="newsbar">
<p><font size="3">n e w s b a r</font> ►
<br /><br />►21st July 2003<br />
Gough Whitlam stars in movie.<br />
<br />►19th March 2004<br />
Michael Samson gets job.<br />
<br />►20th March 2004<br />
Project makes movies.<br />
<br />►31st July 2004<br />
Simon Crean elected moviestar.<br />
<br />►1st August 2004<br />
Cinema Vault website completed.<br />
<br />►26th Decmeber 2004<br />
Holiday starts for everyone here.</p>
</div>
</td>
<td width="0"></td>
</tr>
</tbody>
</table>
</td>
</tr>
(its not really php but that is the only way i could get it to format it properly :D)
thanks..