Hi, I am fairly new to RapidWeaver and have just started to migrate a site from iWeb to RW. The old site has lots of links to external sites that I’d really like to avoid having to recreate. However, pasting old text (be it from iWeb or a web browser showing the old site), it seems I either have the choice between:
Pasting as plain text, which gets rid of messy formatting, but also removes the links
Pasting to match the existing style, which is even better as it conforms to the style I want to use, but this way also removes the links
Just regular pasting, which does retain the links, but also all formatting and sometimes it is hard to edit the formatting
Is there any way to find achieve “middle ground” where links are retained, but otherwise old formatting is removed?
You can also do some code like this and use words (in this case I used Privacy): <a href='https://www.lisasandlerphotography.com/privacy_policy/'>Privacy</a>
You’re really wanting the impossible – keeping one functional piece of coding, the <a> links, while ignoring the rest. You could (although I doubt if it would be very labour-saving) copy and paste the text as plain text, then look at the page source and copy and paste all the links into the new pages. In theory you could take the page source and filter out all the unwanted formatting in, say, BBEdit, but I think that would take even longer. I’d bite the bullet and recreate the links.