Forum Moderators: not2easy
But, if you had say
padding-left:40pxon your <span> tag, then this will only indent your first line (both FF and IE6) since it is an inline element, and the line box is simply spanning several lines.
If you applied this style to a <div> then it will pad the entire left side, since it is a block level element.