View Single Post
Old 26-07-2007, 17:29   #1 (permalink)
devGOD
Registered User
 
Join Date: Sep 2005
Posts: 57
vertical align question

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; }
  Reply With Quote