i've tried and searched and still no success! i'm trying to vertical align text with an image so they are both vertically centered.
what am i doing wrong?
Code:
#textcenter {
vertical-align: middle;
}
<ul>
<li><img src="img.gif"><div id="textcenter">text</div></li>
</ul>
what am i doing wrong?