Forum Moderators: open
HTML:
<div class="image">Your Text Here</div>
CSS:
.image {
background: url(yourimage.gif} no-repeat;
padding: 10px; /* ish */
text-align: center;
width: 100px; /* match image width */
height: 1000px; /* match image height */
}