This CSS&HTML wont work (HELP)?

Joeybradley

New member
Okay, here's the CSS and HTML within my index.html file...

<img id="bg" alt="TEST" title="block.png" />

<style type="text/css">
img#bg{
background:url(block.png); width:100px; height:100px; repeat:repeat;
}
</style>

It works, but the image won't repeat, any help here?
 
Back
Top