View Single Post
Old 08-22-2023, 12:56 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,849
Karma: 6120478
Join Date: Nov 2009
Device: many
Okay, Your html code is invalid. You have an img nested inside a block element div inside a span inside a p tag with none of the closing tags being properly present.

This leads to tag paths being different since Preview fixes all of that whereas CodeView can not.
So there is no way to actually sync anything between that image and anything following it.

Simply run MendHTML by right clicking on the CodeView window. Then syncing with Preview will work just as expected.

Last edited by KevinH; 08-22-2023 at 01:47 PM.
KevinH is offline   Reply With Quote