Thought you already had that... http://www.boltwire.com/index.php?p=solutions.admin.mindreader
On Sun, Nov 1, 2009 at 3:32 PM, The Editor <[email protected]> wrote: > > Good. I'm not sure how to fix this differently. I think In wikicreole > you would have to do: > > Company Name// > Street address// > City, State, ZIP > > And then I'm not sure you wouldn't just get paragraph tags around the > last line. But it's just one of those things. No easy way to get a > wiki to read the editors mind every time, I guess. > > Cheers, > Dan > > On Sun, Nov 1, 2009 at 6:14 PM, Kevin <[email protected]> wrote: > > Using a completely different set of CSS and apparently had something > > applying margin-top to <p></p>. > > > > I've fixed that. > > > > From an HTML point of view it is a bit weird though. > > > > You would expect: > > > > <p>Company Name<br /> > > 123 W ST<br /> > > San Diego CA 92101</p> > > > > but that might be hard to code from a Wiki prospective. > > > > In any case, I think the CSS change will be good enough. > > > > Thanks... > > > > On Sun, Nov 1, 2009 at 2:33 PM, The Editor <[email protected]> wrote: > >> > >> 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 -~----------~----~----~----~------~----~------~--~---
