Thread: HTML - DIV tag
View Single Post
Old 10-05-2004, 12:25 PM   #1 (permalink)
ayenem
 
Junior Techie

Join Date: Sep 2004

Posts: 85

ayenem

Default HTML - DIV tag

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.
ayenem is offline