It displays properly for me, but the html code works closely with the
css. You need to make sure you have something close to this in your
css:
p { margin-bottom: 15px; }
.vspace { margin-bottom: 15px; }
By the way, this may also be why my sub and sup stuff work properly.
Though not sure. Tell me if this doesn't work for you. Line spacing
stuff is the trickiest part of all. I can see why wiki-creole went a
different direction. :)
Cheers,
Dan
On Sun, Nov 1, 2009 at 5:15 PM, Kevin <[email protected]> wrote:
> One thing that I run into all the time is weird spacing when you would not
> expect it.
>
> For example... if I have a bunch of addresses in blocks like:
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> Company Name
> 123 W ST
> San Diego CA 92101
>
> They get displayed as:
>
> Company Name<br />
>
> 123 W ST<br />
> <p>San Diego CA 92101</p>
> Company Name<br />
>
> 123 W ST<br />
> <p>San Diego CA 92101</p>
>
> Company Name<br />
> 123 W ST<br />
>
> <p>San Diego CA 92101</p>
> Company Name<br />
>
> 123 W ST<br />
> <p>San Diego CA 92101</p>
> Company Name<br />
>
> 123 W ST<br />
> <p>San Diego CA 92101</p>
>
> Which looks like:
>
> Company Name
> 123 W ST
>
> San Diego CA 92101
>
> Company Name
> 123 W ST
>
> San Diego CA 92101
>
> Company Name
> 123 W ST
>
> San Diego CA 92101
>
> Company Name
> 123 W ST
>
> San Diego CA 92101
>
> This doesn't seem logical and is certainly not what the user expects.
>
> The <p> surrounding the last line of each block is weird.
>
> What would be the correct way to specify this so it looks right?
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---