I need to create a container DIV style that contains multiple other DIV\'s. It is asked that these DIV\'s wouldn\'t wrap if the browser window is resized to be narrow.
None of the above worked for me.
In my case, I needed to add the following to the user control I had created:
display:inline-block;