The External link image appear in the middle of the link ( vertically ) if the link is on 2 rows. My solution to this problem is to insert blank 'span' element in the 'a' tag body. So IE7 can display the picture properly on multi row links.
Example : 'Jødisk center rystet af eksplosion
'

Comments

doserror’s picture

The External link image appear in the middle of the link ( vertically ) if the link is on 2 rows. My solution to this problem is to insert blank 'span' element in the 'a' tag body. So IE7 can display the picture properly on multi row links.


Example :

 <a href="http://nyhederne.tv2.dk/article.php/id-18575271.html?rss" target="_blank">
Jødisk center rystet af eksplosion<span class="ext"> </span></a> 
quicksketch’s picture

Status: Active » Closed (duplicate)

This has been fixed in the CVS version: #132614: strange graphic placement when link wraps line.