Yes, this was one of the changes in 3.18.  Suppose you have a page
with the following text (lines represent begin and end of page):

----
paragraph 1....

paragraph 2...

paragraph 3...
----

The first two would get styled as paragraph, but not the third, unless
the user remembered to add two trailing line returns afterward. If you
have increased in spacing or something in a paragraph this would
display funny.  In 3.18 I added the line breaks automatically to the
end of each zone to solve this problem--knowing it would affect the
ending of other zones. Meaning you might need to tweak the CSS. It's
one of those trade-offs that come with intuitive line spacing. Is it
something you can workaround?

Cheers,
Dan


On Thu, Oct 8, 2009 at 12:37 AM, Kevin <[email protected]> wrote:
> My bottom line changed with the upgrade..
>
> Using the following code (two lines):
>
> //>>Gen: [(time {now} "%Y-%m-%d %r")]
> <span style='font-size: 80%'>$$footer .: IP: {ip} :. # {pgcount} [if admin]
> - [[{p}&myid=guest|GUEST]][if]</span>
>
> In 3.17... I got br after the first line and br at the end of the second.
> Expected.
>
> <em><font style='font-size: 90%'>Gen: 2009-10-07 09:18:35 PM</font></em><br
> />
>
> <span  style='font-size: 80%' >Contents © 2009 TNET Services, Inc. - All
> rights reserved. .: IP: xxxxx :. # 20  - <a href=".../bottom&amp;myid=guest"
>>GUEST</a> </span><br/>
>
>
> In 3.18 still have the br after the first line, but now <p> </p> are
> enclosing the bottom line.
>
> <em><font style='font-size: 90%'>Gen: 2009-10-07 09:18:35 PM</font></em><br
> />
>
> <p><span  style='font-size: 80%' >Contents © 2009 TNET Services, Inc. - All
> rights reserved. .: IP: xxxxxxx :. # 20  - <a
> href="...bottom&amp;myid=guest" >GUEST</a> </span></p>
>
>
>
> >
>

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