You can do it:
<div class="picture1"> </div>
and put this in your css file:
div.picture1 { width:100px; height:100px; background-image:url('yourimage.file'); margin:0; padding:0; }
otherwise, just use them as normal
JudeJitsu May 31 '12 at 8:14 2012-05-31 08:14
source share