• Hi,
    When importing a single .html page, I find that everything is imported ok but with unexpected displays:

    (1) It seems to add many blank spaces throughout (lots of &nbsp; inserted which is causing blank new lines in WP – I think this is from a bad code of <p>space</p> in my html files. I wonder can I have it ignore this particular tag?).
    (2) Also it has duplicated list items. See example html output found in WP below.

     
     `
     
    <ul>
    <ul>
    <li>1st list item</li>
    </ul>
    </ul>
     
    <ul>
    <ul>
    <li>2nd list item</li>
    </ul>
    </ul>
     
    `
     

    Any suggestions on what I’m doing wrong or how to fix this? Thanks!

    http://wordpress.org/extend/plugins/import-html-pages/

  • The topic ‘Import duplicates list tags and adds blank spaces’ is closed to new replies.