the textfield displays at the bottom of the image. when i want it to be centered. I applied vertical-align:middle but no success.
#addtopictostack ul {
vertical-align:middle;
}
#addtopictostack li{
display:inline;
list-style-type:none;
}
<ul id='addtopictostack'><li><img src='addtopic2stack.jpg' alt='addtopictostack' /></li><li><input type='text' size='20' value='Type Topic Here' /> <input type='submit' name='submit' value='submit' style='font-size:10px' /></li></ul>