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?

http://img834.imageshack.us/img834/8583/listdu.png

<ol>  <li>   <img>   sentence 1   sentence 2  </li>  <li>   <img>   sentence  </li>  <li>   sentence  </li> </ol> 

here useful information closing gaps in ie


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -