I just updated to 4.37 from 4.30 so I made quite a jump.
Afterward I noticed some of my titles (MainHeadings) being pushed to the right and then wrapping to the next line.
I tried altering the css to float left which worked but also messed up the the sub-heading
I found the problem in the _busy and alert divs that are put in by the template. One or the other uses p_web.message() with no message. Which brings me to my question
The p_web.message method substitutes a line break <BR /> for the empty message. This seems to have the effect of filling in the alert div and pushing the header off to the right.
I commented out the break and all is well.
So I have to ask
- Is returning a BReak really valid if the message is blank or am I missing something?
Thanks,
chris