I haven\'t been able to find anything that says what the default display is equivalent to in CSS\'s display properties. I ask, because whenever I attempt to add padding or m
It's INLINE by default. Inline-block is not supported in IE7.
margin is not supported in Inline element. and only left & right padding is supported in INLINE element.