Is that possible to lock tags or uneditable tags?
The file is sharing by a group of people, mainly just changing or editing texts and contents in HTML. Their knowledge of HTML is almost none.
So, no surprised that one day layout is broken and next day image is just disappear from HTML file.
I need to avoid them messing with HTML tag if that's is possible.
Is there anyway to do that?
From template → create editable region. Trying to find out make invisible except editable region.
Does anyone know any good idea avoiding messing up html codes when we do the file sharing?
Something I've done in the past is used a .php include file that contains only the text and images that the non-htmlers can edit as much as they like.
The actual layout of the page is in a separate .php file that just calls the include.
That way there is absolutely no way they can monkey with the layout.
There would be two files, for example news.php, that would have all the layout html of the page and a tiny include script. That tiny script tells the server to gather the contents of the content.php file and write them in to the news.php page when viewed on a browser.
Your non-coders would use content.php and never open the news.php page.
North America
Europe, Middle East and Africa
Asia Pacific