jawinn
Jun 28th 2006, 1:31 pm
I'm trying to add more space between links on a horozontal line than just a single space. Two or three spaces would be great. For example:
I have
link link link link
I want to have
link.....link......link.....link (imagine this w/out dots, DP won't let me put in a bunch of spaces)
This is the code I'm using:
<a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a>
Is there a basic way to do this without using tables?
I have
link link link link
I want to have
link.....link......link.....link (imagine this w/out dots, DP won't let me put in a bunch of spaces)
This is the code I'm using:
<a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a> <a href="http://www.site.com/link">link</a>
Is there a basic way to do this without using tables?