SyntaxFix
Write A Post
Hire A Developer
Questions
Adding display: inline-block; to the p styling should take of it:
display: inline-block;
p
http://jsfiddle.net/pyq3C/
#container p{ background-color: green; display: inline-block; }