- it finds about 100 things it doesn't like. I'd use ordinary text with CSS rollovers for the menu down the left hand side, and be sure to specify alt tags for any other instances of images-as-text.
Had a look at your markup, this is a bit odd:
[tt]
<div class="articletop">
<div class="articletitle">Huge Rugby League Weekend in Mitchell</div>
<div class="articledate">Monday, 8th December 2003</div>
</div><font size="2" face="verdana, Times New Roman" color="green"><B>Huge Rugby League Weekend in Mitchell</b></font><BR>
...
[/tt]
You've used CSS to define the look of the article headings (consider using a heading tag, eg <h2>, for this for semantic reasons), but you're using a <font> tag for the repeated title (Why are you putting the title twice, btw). Better to define a css style for this and apply it to a <span> tag.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.