How to align text at bottom in <p> with <img>?

Posted by jitendra on Stack Overflow See other posts from Stack Overflow or by jitendra
Published on 2010-03-24T14:35:15Z Indexed on 2010/03/24 15:23 UTC
Read the original article Hit count: 184

Filed under:
|

This is the code. I want to align text at bottom

<p style="background:#eee;font-size:1.3em;color:#022662;height:116px">
   <img width="174" height="116" src="#" style="margin-right:10px;float:left">
   <strong>Text 1</strong>, <br>
   text 2, <br>
   text 3 
</p>

added example to test http://jsbin.com/ubiji/2

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css