Annen
08-18-2008, 11:07 AM
Please help me! (: I've just made a small change in my style to use h1 and h2 as headlines, but now I've got a tons of space below my headlines. Nothing else is changed in my coding.
I usually don't have these kind of problems, but this time, I really need help! xD
When I use it, I write is like this:
<h1>Headline heree</h1>
The css looks like this:
h1 {
text-transform: bold;
color: #aa3232;
background-color: #fefbc0;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 13px;
letter-spacing: 1px;
text-align: right;
border-bottom: 0px solid #4B8145;
border-left: 0px solid #000000;
padding: 1px 1px 1px 5px;
}
h2 {
text-transform: bold;
color: #aa3232;
background-color: #fefbc0;
font-size: 11px;
font-weight: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 12px;
letter-spacing: 2px;
text-align: left;
border-bottom: 0px solid #4B8145;
border-left: 0px solid #000000;
padding: 1px;
}
I usually don't have these kind of problems, but this time, I really need help! xD
When I use it, I write is like this:
<h1>Headline heree</h1>
The css looks like this:
h1 {
text-transform: bold;
color: #aa3232;
background-color: #fefbc0;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 13px;
letter-spacing: 1px;
text-align: right;
border-bottom: 0px solid #4B8145;
border-left: 0px solid #000000;
padding: 1px 1px 1px 5px;
}
h2 {
text-transform: bold;
color: #aa3232;
background-color: #fefbc0;
font-size: 11px;
font-weight: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 12px;
letter-spacing: 2px;
text-align: left;
border-bottom: 0px solid #4B8145;
border-left: 0px solid #000000;
padding: 1px;
}