Here's a simple HTML page with three embedded Style sheet elements. When viewed through an Internet Web Browser the text Test1, Test2, and Test3 appears as if extra line spacing (or an extra return character) is used above and beneath the text. I would like to decrease or completely eliminate the extra line break/spacing between the text. I'm not sure where to begin, there is no <BR> or other HTML element to validate the spacing. In the style sheet, can I say I want 0 pixels of spacing between these lines of text, or specify a set pixel spacing between lines of text?
Any Ideas/Suggestions will be greatly appreciated!
Thanks in advance!
-Chibi_neko
H* tags are preformated, to alter the space above and below them, use margin: 0px; alternatively if you wanted spacing at the top and not at the bottom you could use something like margin-top: 20px; margin-bottom: 0px;
Bookmarks