Asking for help, clarification, or responding to other answers. But you could replace it with JavaScript, or just leave it blank. WebCreate HTML Use an tag with the href attribute. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. How do you get out of a corner when plotting yourself into a corner. If you can, add the JS to the theme files. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. To learn more, see our tips on writing great answers. What Is the Difference Between 'Man' And 'Son of Man' in Num 23:19? That piece of the page will simply not render anymore, and the space it takes up on the page will be removed and the layout readjusted. Unfortunately, this is not possible with just CSS. You can wrap your inner text in a span and give that an empty title attribute. About an argument in Famine, Affluence and Morality. $ ('img').hover ( function () { $ (this).data ('originalTitle',$ (this).title ()); $ (this).removeAttr ('title'); }, function () { $ (this).attr ('title',$ (this).data ('originalTitle'); }); In the above I've chosen to move the attribute, and then replace it on mouse-out. Is anyone aware/or have tackle the problem of title tags displaying on hover. The thing is that you can't use