Page Widget How to - Align text to the middle of image








Question

We would like to know how to align text to the middle of image.

Answer


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
a img {<!--from   www  .  j av  a  2 s  .  co m-->
  vertical-align: middle;
}
</style>
</head>
<body>
  <div class="header_bg">
    <div class="header">
      <a href="index.html"><img src="http://www.java2s.com/style/download.png"/></a>
      <a id="lehrer">Text</a>
    </div>
  </div>
</body>
</html>

The code above is rendered as follows: