My <font>
element is having line wrapping issues in IE7, where padding-left:30px;
or margin-left:30px
only affect the first line. Unfortunately, since it's a web-app, I can't replace the <font>
element with something else like a div. Does anyone know of a CSS workaround for this?