View Single Post
  #5 (permalink)  
Old 07-06-09, 06:00 AM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 1,563
Thanks: 2
Thanked 25 Times in 25 Posts
ruteckycs has a good idea.

HTML Code:
<style type="text/css">
#plate
{
background:none url(plate.png) no-repeat;
height:75px;
width:350px;
}
</style>
<div id="plate">
<img src="rose.png" />
<span>PLATE 123</span>
</div>
Reply With Quote