This is a result of the new line spacing system which works closely with css to get the proper display. In other words you only have to adjust the css to fix this. You can see the same text displayed properly at
http://www.boltwire.com/index.php?p=test.lines Here are the critical css lines. I'm not sure exactly what the first line is canceling out, but it doesn't seem to work without it. It's a good css line in general however as it helps get all your browsers closer to the same page.. * {margin: 0px; padding: 0px; } p { margin-bottom: 15px; } .vspace { margin-bottom: 15px; } The last line deals primarily, I think with multiple line returns, to give appropriate vertical spacing. Looking at the html, it strikes me as a little awkward, but with the right css it seems to work. It has also been about the hardest thing along the way to get working. Therefore, I'm not to eager to dive in there and start modifying things. :) Cheers, Dan On Tue, Jul 14, 2009 at 9:19 AM, Markus<[email protected]> wrote: > > Hi everybody, welcome back, Dan, > > When I create a page with just the following content: > > test1 > test2 > > test3 > test4 > > I get a larger line spacing between test 1 and 2 than between test 3 > and 4. Actually the line spacing between test 1 and 2 is the same as > between the two blocks of text. > > Anyone able to explain this behavior to me? > > Happy Tuesday, > Markus > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
