All of the fields must be filled.
You cannot swap a section with a page.
You must first select a group before adding a user to it.

In developping web applications and designing websites, you've probably come accross a situation where you wanted the user to be able to press a print button and only print part of the page. This could be a ticket to an event, or a flyer, or you simply wanted to limit the content to a specific area. Well there's a very simple way to do this with very little javascript knowledge.
The Marquee Element has been deprecated by the W3C and is commonly ill-advised but nevertheless, if you really want to do it, then javascript is the way to go. We put together this example which will work on all browsers and is fairly simple to implement. Feel free to copy and modify this example to suit your needs.
With the simulation of popup windows layered in the page, the need to play with the z-index CSS property and being able to dynamically center an element, commonly a div, becomes a necessity for everyone's javascript library. In this article, we will look at a simple function which will take the user's browser dimensions and center a given element's id.
TinyMCE has various different settings to really customize its features. One of these very useful settings is the ability to provide your own custom CSS classes for the editor itself. That way if you have, for example, modified the style of heading1, then you can provide that CSS to tinyMCE; that way, when you are editing, you truly get the full power of the "WYSIWYG" as the heading1 will look the same in the editor as it will when the HTML is generated.