how would I vertically align center and image that is within a list tag
HTML Code:
<li><img src='pic.jpg'></li>
css coding:
#gallery li {
background-color: #F4F0D0;
text-align: center;
list-style:none;
width: 150px;
height: 125px;
margin: 0 10px 10px 0;
float: left;
}