Labels - text wraps at runtime

B

bpd

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.
 
A

Alexey Smirnov

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)
 
B

bpd

Remove any width settings you may have added at design time from the
label(s).






- Show quoted text -

Thanks. I didn't have width settings to begin with. I should have
mentioned that in my original post.
I've corrected with nowrap and width in some cases. I am curious as
to how it broke after adding AJAX
support to the project and not adding anything to the already
completed pages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top