Ok, here's a simple example of what I mean:
- HTML: Select all
<a href="#">Test 1</a>
<a href="#">Test 2</a>
This will display the two pieces of text, one after another, but with a gap between them. Because of this gap, when the anchor changes the background colour, it's not doing it for entire box, which I've drawn a border around.
David.