Is there a trick to getting Firefox to recognize the line-height property? All of the other browsers seem to be recognizing it and Firefox is completely ignoring it.
Here is my code:
#col4 p {
margin: 8px 20px 10px 20px;
padding: 0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 13pt;
color: #ffffff;
}
Thanks!


Reply With Quote
Bookmarks