how to stop changing the code?
问题 Good day. I have this code: <div class="align-center"> <a href="#" class="client"> <div><img src="./client0.png" alt="" /></div> <p class="italic comm"> Test Test Test Test</p> </a> </div> I paste this code in a textarea ckeditor , but after pressing the tab "source" and back to view page I get changed code: <div class="align-center"> <div> <a class="client" href="#"><img alt="" src="./client0.png" /></a> </div> <p class="italic comm"><a class="client" href="#"> Test Test Test Test</a></p> <