What would be the html code for a scrollbar/box with an image and a dashed border?

amy

New member
I've been trying to figure out how to do it myself, but the image never shows up and the dashed border does.
This is what I had:
<center><div style="width:190px;height:200px;overflow: auto; background:url(‘http://i76.photobucket.com/albums/j20/sadakoyamamura_2006/zombies.jpg'); auto; border: 3px dashed;"> some text </div>
</center>
 
Back
Top