On 16 Feb 2007, at 08:54:50, Ross Bruniges wrote:
everythign mostly validates, the blogs in the right hand column are
imported by using a php script to check to see if there are new blogs
or not, and the validation errors are in there... So if anyone out
there is good with php and can tell me why this line doesn't think it
needs a closing </A> I'm all ears :)
echo "<li><a href=$href title='Click to read more'> $title</
a><BR>$created</li>\n";
its nothing to do with the closing </a> but the <br> should be <br /
> - remember to close all tags!
The page is HTML, not XHTML, so <br> is correct.
Regards,
Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************