html - IE6/7 literally interpret whitespace in list items -
how internet explorer 6 , 7 not literally interpret whitespace , line breaks in html list items? in image below, have marked undesired whitespace in red. prefer not squeeze 1 giant line of code. it's hard read way. there css alternative?
<ol> <li> <img> sentence 1 sentence 2 </li> <li> <img> sentence </li> <li> sentence </li> </ol>
here useful information closing gaps in ie
Comments
Post a Comment