
I want the bold headline above to align to the top of the image.
HTML Code:
HTML:
<div class="entry-home"><img src="image.gif"/>
<p><b>Sample Headline</b><br />
Re feumsan henit lum voloreet volobor irilit wisse dolorem zzriuscilis alisim estis eliquat. Ut vent eliquam vel ipit in ute consed dolorer cidunt accum irilis nulland rerilla facilit augiam eriureros augiam eriureros eu feugue volorem dunt veliqui.</p>
</div>
CSS Code:
HTML:
.entry-home {
float: left;
width: 600px;}
.entry-home img {
float: left;
margin-right: 14px;}
.entry-home p {
padding-left: 150px;}