in reply to Re^5: rel="nofollow" tag syntax?
in thread rel="nofollow" tag syntax?

Thanks Corian.
In php, all I have to do is:
echo "<a href=\"{$row->URL}\" rel=\"nofollow\">".$row->URL."</a>";

I'll try your code again and see if I can get it to work.
Many thanks for the help,