I've done all kind of reading and don't see anything about it. Is there any way to adjust spacing between the lines; anything remotely related to working in a page layout program? I'm trying to run headlines, but there's a ridiculous amount of space between lines. Any thoughts?
Thanks,
BuddyB

Recommended Answers

All 4 Replies

you need to use the css height or line-height properties. If you're familiar with the source you can use
<h1 style="line-height: 1em; height: 1em;">Heading 1 or other element</h1>

I'm ashamed to say I've not gotten into CSS yet :o, but I guess I'm about to begin. Thanks for the input.
BuddyB

np - you won't regret learning css

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.