On Sep 2, 12:44 am, The Editor <[email protected]> wrote:
> On Tue, Sep 1, 2009 at 4:50 PM, Kevin<[email protected]> wrote:
> > BTW... how do you get the form update results to show in the side zone
> > instead of the body zone.  I've looked around but can't see how you
> > did that.  Not sure if it was a plugin or some coding you did.
>
> If you are talking aboutmessagesfrom the form processor, just put
> [messages] wherever you want the output to go. In the default setup
> this is specified in the skin (code.skin). But you can also put it in
> regular zone markup as well. Or even wrap it in conditionals like
> this:
>
> [if admin][messages][if]

As a possible tip... I found that if I create CSS for #side .messages
and add

word-wrap: break-word;

It keeps the message from spilling over.

Currently, I have.

#side .message {
    background-color: #f7f7f7;
    padding: 7px;
    margin: 15px 0px 7px 0px;
    border: 1px solid #999;
    color: green;
    font-size: 80%;
    word-wrap: break-word;
}

Smaller font size, smaller box than the default was.
--~--~---------~--~----~------------~-------~--~----~
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