OK, turn it into
<p class="arrow">Like Us To Win Free FB Design</p>
and than try this:
Code:
.arrow {
float: right;
padding-right: 85px;
line-height: 67px;
background: url(http://organicwebdesigns.co/facebook/images/arrow_s1.png) no-repeat 100% 50%;
}
Or you could do this in the HTML:
Code:
<p class="arrow">Like Us To Win Free FB Design <img src="http://organicwebdesigns.co/facebook/images/arrow_s1.png" alt=""></p>
and then this in the CSS:
Code:
.arrow {
float: right;
line-height: 67px;
}
.arrow img {vertical-align: middle; padding-left: 10px;}
Bookmarks