OM2
04-11-2009, 07:00 PM
I have the following code:
<span >
<a href="#">ABOUT</a>
<a href="#">CONTACT</a>
<a href="#">ABC</a>
<a href="#">XYZ</a>
<a href="#">TEST</a>
</span>
Why is there a space between the links?
The output is:
ABOUT CONTACT ABC XYZ TEST
Why isn't is:
ABOUTCONTACTABCXYZTEST
ALSO: I'm using Dreamweaver to edit
Why is is showing a spacing of 4 spaces between each of the links?
I've checked on 3 of the latest browsers and the spacing is one one space??
Thanks
OM
<span >
<a href="#">ABOUT</a>
<a href="#">CONTACT</a>
<a href="#">ABC</a>
<a href="#">XYZ</a>
<a href="#">TEST</a>
</span>
Why is there a space between the links?
The output is:
ABOUT CONTACT ABC XYZ TEST
Why isn't is:
ABOUTCONTACTABCXYZTEST
ALSO: I'm using Dreamweaver to edit
Why is is showing a spacing of 4 spaces between each of the links?
I've checked on 3 of the latest browsers and the spacing is one one space??
Thanks
OM