I want people to be able to link to my site from theirs.
For some time now, I've used a textarea :
<textarea class="lk-cde"><a href="http://www.workingsheepdog.co.uk" target="_blank">The Working Sheepdog Website: Border Collie Training - Information - Pictures & DVDs</a>.</textarea>
You've guessed it, this won't validate - W3 doesn't like the <a being inside the textarea (document type does not allow element "A" here) so I've been searching around (so far without success) to find how to do it properly.
Can anyone help please !