I want to create a text style similar to a label. Looky here:
I can nearly do it using just: http://jsfiddle.net/STApE/
p{display: inline; background: yellow;}
BUT, I want to add some padding. When I do, things go downhill. Same happens if I add a border: http://jsfiddle.net/JN72d/
Any ideas on a simple way to achieve this effect?
I was able to achieve it by modifying your DOM structure a bit: