Using Images

Using Images


Hi,
I have a hyperlink like this:
<a href="#">Name<span class="ui-icon ui-icon-closethick"
style="float:right;" /></a>
The problem is that the icon closethick icon is appearing twice. Why
is that ????
According to the doc\dialog.html the closethick is rendered like this:
<a class="ui-dialog-titlebar-close ui-corner-all" href="#"><span
class="ui-icon ui-icon-closethick">close</span></a>
Can you help me ???
Thanks in advance