Adobe Contribute - How to selectively lock only particular code in a page from editing or configure to behave?
Hello Experts,
I created Classic ASP web pages using Dreamweaver but someone else is responsible for updating them using Contribute. I have a submenu in a div on each page that is not part of the template where the links in the aforementioned submenu can be updated.
The problem is whenever a link is minutely updated and the page saved, the div moves out of place- a line up or down. (No line spaces were added, just the name of the link changed and /or the URL.)
Is there a way to correct this? Or a configuration in Contribute made where the code behaves despite the update?
Thanks in advance.
Adobe DreamweaverWeb Development SoftwareASP
Last Comment
Scott Fell
8/22/2022 - Mon
Jason C. Levine
The problem is whenever a link is minutely updated and the page saved, the div moves out of place- a line up or down. (No line spaces were added, just the name of the link changed and /or the URL.)
Can you examine a before and after version to see if Contribute is adding an extra line break or p tag to the HTML?
Scott Fell
I think you have to have contribute too and make yourself the owner of the page and then only allow edits to editable areas.
One thing you can try is to make your submenu a server side include. The the others can just edit that and leave your div alone.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Can you examine a before and after version to see if Contribute is adding an extra line break or p tag to the HTML?