Hi
i want to know how to make space within hyperlinked text or images for example:
<a href="http://www.daniweb.com">daniweb</a>
<a href="http://www.daniweb.com">daniweb 2</a>
so the output will be
Daniweb daniweb 2
if add <BR> instead of </a> then it's now what i mean it's out put is that
daniweb
daniweb 2
is there any way to make space like that "Dani web Daniweb 2 "?
Thanks in advance
Svmer