H
Hans
I can't figure out how to controll the distance between a headline like <h2>
and the text <p> that follows. Default is far too much.
Today my CSS looks like this:
h1 {font-family: Verdana; font-size: 20px;text-align: left;}
h2 {font-family: Verdana; font-size: 17px;text-align: left; margin-bottom:
1;}
h3 {font-family: Verdana; font-size: 15px;text-align: left;}
h4 {font-family: Verdana; font-size: 13px;text-align: left;}
body {font-family: Verdana; font-size: 13px; text-align: justify;}
body {background-color: #ffffff;}
As you can see, on <h2> I have tried with "margin-bottom: 1" but it doesn't
change anything. Can anyone tell me how to do, please? And can anyone
suggest a good webpage where to find the info how to build CSS?
Hans
and the text <p> that follows. Default is far too much.
Today my CSS looks like this:
h1 {font-family: Verdana; font-size: 20px;text-align: left;}
h2 {font-family: Verdana; font-size: 17px;text-align: left; margin-bottom:
1;}
h3 {font-family: Verdana; font-size: 15px;text-align: left;}
h4 {font-family: Verdana; font-size: 13px;text-align: left;}
body {font-family: Verdana; font-size: 13px; text-align: justify;}
body {background-color: #ffffff;}
As you can see, on <h2> I have tried with "margin-bottom: 1" but it doesn't
change anything. Can anyone tell me how to do, please? And can anyone
suggest a good webpage where to find the info how to build CSS?
Hans