On Fri, Jul 31, 2009 at 11:50 AM, Markus<[email protected]> wrote:
>
> Am I right that I have to find a way not to use margin-top for p in
> #main?
>
> When I have this:
>
> #main p {
> margin:0.5em 0 1em;
> }
> .vspace {
> margin-bottom:1em;
> }
>
> Then due to the HTML, paragraph number four will not receive a top
> margin of 0.5em (although #main p should match) but paragraph two
> will. Therefore leading to different line spacings for virtually
> similar paragraphs.


Oops sorry about mixing the threads.  :(  My mistake...

As for this question, I think it works correctly except for the very
last line. Somehow that is not triggering as a paragraph. We may need
to modify the markup process to tag a couple extra line returns on the
end automatically, like we do with the opening line return. I notice
if you put two line returns and a space at the end, it seems to
display properly. I'll dig into this some more and see what we can't
come up with. The trick is to get it to work right in every possible
situation and intuitively. And without getting unexpected results.

As for other wiki systems, (which thread was that?) I think most
require some kind of notation to indicate a like break, like // or
something. But I've really wanted to make BoltWire almost as intuitive
as a word processor. Just drop the text in there and it handles all
the line spacing properly. And then to get proper xhtml on all of
that--well it's a challenge. So I think our issue is we are trying to
do more than other wiki's. But I've not researched many of them, so I
may be off. I just know we have veered off from the stance of
wiki-creole on this point at least.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to