http://jsfiddle.net/corinem/TtPgy/
I\'m using:
Lorem ipsum dolor.
css:
a{text-indent:-
You can only do that with block items.
Use:
p,a{ text-indent: -9999px; display:block }
Or you can wrap your a tag in a block item and style that instead.
a