Результаты поиска

  1. L

    Zennoposter is breaking my html - please help

    Using innerhtml doesn't make a difference. I'd love it if someone could look at the notes in facebook to see how it would be done. Like I said, if I paste in the html manually it works fine but when zenno does it, it preformats the html and breaks it when I hit publish.
  2. L

    Zennoposter is breaking my html - please help

    I'm making a template to post to facebook fan page notes. I create a nice html with images and links. If I manually copy and paste the html to a facebook note everything works fine but when zennoposter puts the html code in a fanpage note instead of pasting code it is pasting images and...
  3. L

    Please Help With Amazon Description RegEx

    drvosjeca fixed it for me. Thanks to all for the help.
  4. L

    Please Help With Amazon Description RegEx

    Okay, So I tried this with Source HTML (?<=\<div\ class\=\"productDescriptionWrapper\"\>).*?(?=\<\/div\ class\=\"EmptyClear\"\>) And this with DOM HTML (?<=\<DIV\ class\=productDescriptionWrapper\>).*(?=\<DIV\ class\=emptyClear\>) And still nothing. Is there something wrong with the Regular...
  5. L

    Please Help With Amazon Description RegEx

    Thank you for your answer but when I try "Test a Regular Expression" with yours nothing comes up. I've tried with DOM HTML and Source HTML.
  6. L

    Please Help With Amazon Description RegEx

    It should be really obvious and I've been able to scrape other elements on the page but I just can't pick up the description. So, for this page: http://www.amazon.com/gp/product/B004X6TSOG/ the whole description is between <div class="productDescriptionWrapper"></div...