Is it possible to hide href title?
- by Johan
<a href="link.html" title="Titletext">
...is the code.
I need to use the title attribute because of slimbox, but I want to hide the title-text that shows up when hovering the mouse over the link.
Any ideas?