Comments on [ F2U ] Essentials All Comments Start of Thread Parent

by adding user-select:all in the style element!

I'm not sure how to add it TwT [I'm still a beginner]

let's say you want a paragraph to be copied

<p>hello i am text!</p>

by adding a style="user-select:all;" to the <p> tag, it's now possible!

<p style="user-select:all;">hello i am text!</p>

of course, this can be applied to any html tag, like <div>; if you were wondering about how i display the codes, read this comment i made!

if you're an absolute beginner, i highly recommend looking at websites for learning (because i basically assume anyone using html/css codes has some knowledge about editing, sorry!!!):

woah tysm for explaining ;0;

greatly appreciated 😭🙏