Why is this span above the text? I want it beside the text.
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-04-08T19:46:28Z
Indexed on
2010/04/08
19:53 UTC
Read the original article
Hit count: 139
<td valign="center" colspan="2">
<a href="" class="table_desc" >
<span class="desc_info_butt"></span>
</a>
text here
</td>
.desc_info_butt{
background:url(Description_Button.png) top left no-repeat;
height:16px;
width:16px;
display:block;
}
For some reason, the image and text appear on two different lines!~
© Stack Overflow or respective owner