Click to See Complete Forum and Search --> : Problem with space between lines of text


NJDevil
01-07-2008, 12:14 PM
How do I get separate lines of type (not a paragraph) single spaced? One way is to use <dd></dd> however this indents the text a few spaces, and messes up centering. My HTML book does not explain how to do this simple thing. Using <p> puts too much space in between the lines. And I do not want it to look like a list, either, with bullets or numbers.
Thank you....

gil davis
01-07-2008, 12:16 PM
<br>

scragar
01-07-2008, 12:17 PM
http://www.w3schools.com/css/pr_dim_line-height.asp

NJDevil
01-07-2008, 12:26 PM
thank you....I know it was a very simple thing.