Posted by Jeff on 11/24/05 14:28
html code:
<p class=menu><a href=#>Hello world</a></p>
<p class=menu_level2><a href=>Hello world 2</a></p>
my css data:
..menu {
font-size:16px;
font-weight:bold;
background: white;
}
..menu_level2 {
font-size:16px;
font-weight:bold;
background: #AAE;
text-indent:15px;
}
These paragraps generates a empty line between each paragraphs, how can I
remove that double line?
Jeff
Navigation:
[Reply to this message]
|