I have 2 html radio buttons (separated by tags) where the text is wrapping under the radio button instead of aligning with the left in
Sorry for answering this so late, I just came across this post, here's another solution :
p { margin-left: 20px; text-indent: -20px; }