Where do I place the DIV tag?
example:
div.over {
overflow: scroll;
height: 100px;
width: 100px;
}
...
<div class="over">
[img]/images/clouds.gif[/img]
</div>
does the first portion(above the ...) go in my header? I cant seem to get this tag to work correctly.
thanks.