I guess I forgot to use "solid"
My next problem is that these left and right borders aren't going all the way down with the DIV. I wrote some content in it and they don't go down... Like they are not high enough.
Didn't specifiy their height, so what can I do now?
Would like to set the height to follow automatically as I enter content.
I have this CSS:
Quote:
} #advertisements {
width: 268px;
border-left:1px solid #000000;
border-right:1px solid #000000;
background-color: #666666;
font-family: arial;
text-indent: 0px;
font-size: 5px;
color: #000000;
|
Tried height "auto" and "100 %", but the lines still remain short, "stuck"...