As you can see from screen shot there always a white blank between each <a>
element, is there anyway to get rid of them.
Thanks
As you can see from screen shot there always a white blank between each <a>
element, is there anyway to get rid of them.
Thanks
I believe the margin is coming from the paragraph tag you have wrapped around your text:
Can you inspect element and confirm this?
You can change these to span
tags, or override the margin directly.