No other solution really. Though you can shorten it a little:
<a href="#" class="imgLink"><span>Link Text</span> <img src="..."></a>
a.imgLink { text-decoration: none; }
a.imgLink span { text-decoration: underline; }
That way you only need to specify one class.
_Lasar
2008-11-07 10:19:24