Yes, that fixed it. I had an empty line to end the paragraph in my
footer and in the next line "if login $$actions...". When logged out
there was lots of space after the paragraph.

PS: Sorry for the double post, goblins must have hacked my computer.

On Oct 9, 10:12 pm, The Editor <[email protected]> wrote:
> I'm assuming you have checked and that there are no extra line returns
> at the end of the top zone that need to be deleted?  After $$slogan?
>
> Just a couple releases back I tried to fix BoltWire's failure to put p
> tags around the last line on a page by adding \n\n to each zone. In
> most normal zones it works nicely, but there may be situations where
> it somehow compounds. Either based on the skin or something else. If
> we can isolate the problem we can surely patch or find a workaround.
>
> For testing purposes, you can change ~1093 in engine.php from
>
>         $out = BOLTloadpage($link) . "\n\n";
>
> to
>
>         $out = BOLTloadpage($link);
>
> and see if this isn't the cause. I would rather find a better fix, but
> if making the changes fixes things, we know we are in the ballpark.
>
> Cheers,
> Dan
>
>
>
> On Fri, Oct 9, 2009 at 3:38 PM, Kevin <[email protected]> wrote:
> > More spacing issues.
>
> > Wasn't using this in the code before updating. When I started to, it has a
> > big gap between the content and the bottom of the zone even though I didn't
> > code it that way.
>
> > zone.top only has:
>
> > ! [[main|$$sitename]]
> > <span style="color:white">$$slogan2</span>
> > !! $$slogan
>
> > and I am getting:
>
> > <div id="top"><h1> <a href="http://address/main"; >Site Title</a></h1>
>
> > <span  style='color:white' >Secondary sloagan</span><br />
>
> > <h2> Slogan</h2>
>
> > <div class='vspace'> </div>
>
> > <br />
>
> > <br />
>
> > </div>
> > <div id="side">...
>
> > Where are the extra BR's coming from.  Combining the BR's with the vspace, I
> > end up with a big gap after the content that I can't get rid of.
--~--~---------~--~----~------------~-------~--~----~
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