Does anyone know of a way to effectively implement padding-left on inline elements so that all wrapped lines of text within that element will begin at the same lefthand point?
If I understand your request correctly, then left padding on an element applies to all text, including wrapped lines... If you apply left padding to a div, for example, then all text within the div will be padded.