2012-10-29, 07:29:40
If you don't fill the icon field for a link, it appears in the page source code as:
If you leave the field empty, then it appears as:
Isn't it possible to have links without icons?
Code:
<img src="http://" />
If you leave the field empty, then it appears as:
Code:
<img src="" />
Isn't it possible to have links without icons?