S
sam
Can i change the line height immediately following a <h1> tag? I have this:
<h1>title</h1>
stuff<br>
stuff<br>
stuff<br>
And it comes out like this:
title
stuff
stuff
stuff
I want this:
title
stuff
stuff
stuff
i seem to be able to freely adjust the line height of the stuff to
anything, and i can adjust the line-height of the title to anything
above 1em, just not below.
sam
<h1>title</h1>
stuff<br>
stuff<br>
stuff<br>
And it comes out like this:
title
stuff
stuff
stuff
I want this:
title
stuff
stuff
stuff
i seem to be able to freely adjust the line height of the stuff to
anything, and i can adjust the line-height of the title to anything
above 1em, just not below.
sam