Hi everyone
I am using this link on my home page:
<a href="news.php?article=<?php echo $row_news2['id']; ?>#viewnews"><?php echo $row_news2['title']; ?></a>
This will link to the news story further down located by tag:
<a name="viewnews"></a>
This works fine for code but when I try to validate the HTML using W3C 4.01 I get this error:
Line 154 column 123: "VIEWNEWS" is not a function name.
How can I do this so that my page is valid?