Hi Friends,
I have small issue on my html page. When I place two text in html page as follows it displays without any issue.
<label>A</label><label>B</label>
it prints on the page such as "AB", but when I place the above two html labels as follows it adds addition space between two text.
<label>A</label>
<label>B</label>
it prints on the page such as "A B" (notice the space between "A" and "B")
Please let me know how to avoid that space without avoiding use label control
Thanks
Lasantha
