p

Why is this <p> expanding the whole page?

If you visit this page and shrink your browser window, you will see my problem. [If you want to open the page in a new window, just hold down shift when you click the link.] The answers to the question extend beyond the page margin instead of wrapping. I have spent the last half hour working with Chrome's Inspector and Firefox's DOM in...

Need help with multiple loop efficiency

I am writing a routine which works out the accruals of certain benefits to people within a given month and the dates of payment of those accruals. There are a few things to loop through and I am wondering how to increase the efficiency of the loop structure (or use alternatives). When I take a certain benefit, I have to work out wheth...

How to configure ckeditor to not wrap content in <p> block?

I am using ckeditor on my website to make it easier for users to input HTML. However, the data I get back from ckeditor is wrapped in <p></p> blocks. (Which I don't want.) Is there some configuration setting that forces the editor to not wrap the text in anything? ...

Problem with <p> tags in tinymce editor

When i editing some content using tinymce editor an unwanted empty <p> </p> is saving at beginning and ending of the content. How i can remove this thanks in advance ...