cannot figure this one???

I keep trying to figure this one out, but it escapes me:
[php].div {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 20px;
margin-left: 20px;
line-height: 200%;
}
div#justify {text-align:justify;}
div#center {text-align:center;}
div#left {text-align:left;}
div#right {text-align:right;}[/php]
I put this in a head->style block, and it does not recognize the margin-top commands, but it recognizes the justify commands… What is wrong?
thanx ahead,
jacques p.

Do you have a ‘div’ class?

Remove the period.

.div

Sponsor our Newsletter | Privacy Policy | Terms of Service