can i change the line height

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
 
B

brucie

in post: <
sam said:
Can i change the line height immediately following a <h1> tag? I have this:

its the h1 margin causing the space. h1{margin-bottom:0;}
<h1>title</h1>
stuff<br>
stuff<br>
stuff<br>

you may want to stick your "stuff" in a container if appropriate

<p>stuff<br>stuff<br>stuff</p>

but a <p> also has a default margin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top