Well, I'm not sure this is the best work-around, but I made it work like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body, p, td, div {
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}
div.article {
clear:both;
padding-bottom:60px;
}
div.article img{
float:left;
padding:0px 10px 10px 0px;
}
div.article .articleTitle{
font-size:16px;
font-weight:bold;
color:#36F;
}
.articleTitle img {
display:inline;
position:relative;
left:145px;
z-index:-5;
}
div.article .articleDate{
font-size:10px;
font-weight:bold;
color:#666;
}
.commentBubble{
text-align: center;
display:inline;
color: #666;
font-weight: bold;
font-size: 12px;
width: 32px;
height: 30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
</style>
</head>
<body>
<div class="article">
<img src="shake.jpg" width="89" height="89" alt="shake" />
<h1 class="articleTitle">Title of story 1 <span class="commentBubble">45</span><img src="speech_bubble.png" width="25" height="25" alt="bubble" /></h1>
<h5 class="articleDate">July 11, 2011</h5>
<p>Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum
text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem
ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.
Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.Lorem ipsum text.
</p>
</div>
</body>
</html>
Hope this is an ok answer for you!
Oh, and see attached for the .png I used.
dbc
Bookmarks