H1 & H2 tag spacing - Post ID 203625
How can I decrease the blank line spacing between the H1 & H2 tags. I tried to enter the H1 tag with a H4 tag below it, but there is just too much open space beyween the lines.
Thanks
Thanks
Asign some css to it.
h1{
height:10px;
}
h2{
height:8px;
}
h1{
height:10px;
}
h2{
height:8px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Really cool, many thanks!
You can also decrease the default padding:
The 2px is just an example, you can play around with it.
h1{
height:10px;
padding-bottom: 2px;
}
h2{
height:8px;
padding.bottom: 2px;
}
height:10px;
padding-bottom: 2px;
}
h2{
height:8px;
padding.bottom: 2px;
}
The 2px is just an example, you can play around with it.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.