Page 1 of 1

Remove Formatting doesn't always work

Posted: Thu Jun 04, 2020 11:39 am
by alexsaramin
Hi Petko,
unfortunately the "Remove Formatting" doesn't always work on copied/pasted text:

1) I copied and pasted text from a html webpage, then selected all and applied REMOVE FORMATTING.
Only the first 4 paragraphs (2 links and 2 normal text paragraphs) changed to the right formatting. The formatting didn't clear for the other 150 paragraphs or so...

2) However, if I copied and pasted the same text from Google Chrome first to Microsoft Word, and then from Microsoft Word to MyInfo 7, and applied REMOVE FORMATTING, this time the formatting cleared for ALL THE text (links and normal paragraphs).

Here's the code from the webpage, maybe it can help:
[(The Remove Formatting clears only the links paragraphs in the first class="element-container cf")]

Code: Select all

...
<div class="element-container cf" data-style="" id="le_body_row_2_col_1_el_3">
    <div class="element"> 
        <div class="op-text-block" style="width:100%;text-align: left;">
            <h4><a href="https://www.gotomeeting.com/">GoToWebinar</a></h4>
            <p>Go To Webinar has been a leader in the webinar industry for years! <strong><strong> GoToWebinar is even offering an incredible 30% Off for our members!</strong></strong></p>
            <h4><a href="http://easywebinar.com/special-offer/">Easy Webinar</a></h4>
            <p>Grow Your Audience & Business With Our Complete Webinar Solution.</p>
        </div>
    </div>
</div>
[(From now on the Formatting isn't cleared)]

Code: Select all

<div class="element-container cf" data-style="" id="le_body_row_2_col_1_el_4">
    <div class="element">
        <div class="op-text-block" style="width:100%;text-align: left;">
            <p><a name="resources"></a></p>
            <p><a href="#top">Back to the top&nbsp;⤴</a></p>
        </div>
    </div>
</div>
...
Thank you,
Alex

Re: Remove Formatting doesn't always work

Posted: Wed Jun 10, 2020 2:41 pm
by Petko
Alex, can you send me the URL of the page, so I can test by copying and pasting?

Re: Remove Formatting doesn't always work

Posted: Wed Jun 10, 2020 3:03 pm
by alexsaramin
Unfortunately I only have an offline copy.

Re: Remove Formatting doesn't always work

Posted: Wed Jun 10, 2020 3:30 pm
by Petko
It is possible to save it and send it to support@milenix.com? If not, I will try creating a page with your code and experiment with it.