I am writing html-code in sublime text 3.
I copy a word from the <p> to insert it into the <i> . However, not one word is inserted, but all the way from the beginning <p> and everything that comes after it to the point. And the word consectetur , which I wanted to insert, is not inserted.
Expected Result:
<p>Lorem ipsum <br> dolor <b>sit</b> , <i>consectetur<i> adipisicing elit. Actual result:
<p>Lorem ipsum <br> dolor <b>sit</b> , <i> ><p { >Lorem ipsum <br { > dolor <b { >sit</b { , i adipisicing . , .</p { } } } } } </i> adipisicing elit. Et, possimus.</p>
может я как-то не верно изъясняюсь?Yeah, somehow escapes the essence of what is happening. What and where are you inserting, whereby? Try to look at what you have written with the eyes of a completely stranger. What exactly are you doing? Ctrl + C / Ctrl + V? Find and replace? - vp_arth