Quote:
Originally Posted by Seven Skins
That underline is because white space is hyperlinked.
e.g. <a href="examplelink">Edia <img src="image.png" alt=""></a> <img src="image.png" alt=""></a></a>
You can use the exmaple code below to remove the underline from white space:
<a href="examplelink">Edia</a> <a href="examplelink"><img src="image.png" alt=""></a> <a href="examplelink"><img src="image.png" alt=""></a>
|
And where can this be placed?