On Dec 12, 2007 8:54 PM, bpd wrote:
> > On Mar 14, 9:40 pm, "bpd" wrote:
> >
> > > The text in my labels are now wrapping at runtime when they were not
> > > previously. In design mode, the text display fines. Did I
> > > accidentally change a setting? I implemented AJAX (appeared to be
> > > working fine on separate, new controls) and then I noticed the
> > > wrapping. I removed the AJAX but they are still wrapping. Please
> > > advise.
> > > Thanks.
> >
> > Add a style for your label
> >
> > for example:
> >
> > {white-space: nowrap}
> >
> > or check the layout of the page (maybe another control beside broke it)
>
> Thank you. That keeps the text from wrapping. I would like to find
> the root cause to why it started wrapping in the first place.
Bryan, you should provide a code of your page, or a part of it,
otherwise nobody will answer your question.
bpd - 13 Dec 2007 16:23 GMT
> On Dec 12, 2007 8:54 PM,bpdwrote:
>
[quoted text clipped - 23 lines]
>
> - Show quoted text -
It is every single page in this project. No other projects are like
this. I have compared the code of a couple of pages to a saved
versions prior to adding/removing AJAX and it is the same (the text in
the label controls did not wrap in the saved version). A setting,
reference, or something has caused the problem. Thanks for your help.