
November 24th, 2002, 12:52 PM
|
|
Contributing User
|
|
Join Date: Aug 2002
Location: Nuevo Mexico, U.S.
Posts: 86
Time spent in forums: 1 h 26 m 38 sec
Reputation Power: 11
|
|
|
Changing spacing on <H1> using CSS?
I've got a line of defined as "h1" and I'd like to stop it from spacing itself so far away from the following text. Ideally, I'd like to stop it from performing a line-break too but that's probably asking too much.
I've tried the line-height property in CSS but it did nothing in this situation. Anyone know how to affect the behavior of the <h1> tag using CSS?
I know I can do whatever I want with the text but in this case I need to do it with the "h1" tag.
|