Comments on [F2U HTML] Rain World All Comments Start of Thread Parent

IMG_8831.png?ex=65ceb809&is=65bc4309&hm=

...huh. did you inspect-element the HTML page and copy it from the devtools window...? whatever happened, it copied some extra tags that i used to format it for that page, which is why it got messed up. if you did anything other than highlighting the text on that page + copying it directly, try doing that instead. if that's what you did the first time, do it again and try ctrl + shift + v on desktop or "paste without formatting" (if that's an option) on mobile when you paste this time.

if you still see <pre><code> at the beginning of it after doing that, remove those tags manually (+ the matching ones at the very end) and remove the <a> tag around every link that looks like the one on line 7 (where the href is the same as the content inside the tag). like, turn this:

<a href="https://toyhou.se/18761520.-f2u-html-rain-world">https://toyhou.se/18761520.-f2u-html-rain-world</a>

into this:

https://toyhou.se/18761520.-f2u-html-rain-world

Thank you so so much!!