Div in Div: layout question
- by MrG
I created the following layout:
something
Dummy #1
// .. the div above repeats several times
I'm using the folowing style sheet:
div.title { border: 1px black solid; }
and would expect a border around all of class=title, but see only some strange lines at the top. Please let me know what I do wrong.
Many many thanks!