Imagine this: You’ve been tasked with a simple update—changing a date on a book cover. But as you click around the page, nothing happens. If you’re new to graphic design, this is usually where the panic sets in. If you’re a web designer, you’re probably looking for the “inspect element” tool. In both cases, the answer lies in how InDesign manages its “backend.”
InDesign operates less like a flat canvas and more like a structured application. To edit with confidence, you have to stop thinking about simple layers and start thinking about dependencies and inheritance.
Here are the two primary reasons your elements feel locked and how to fix them.
Watch First
1. The Asset is a “Link,” Not a Layer
Unless an image is embedded, InDesign doesn’t actually “hold” your images; it just points to them. Think of an InDesign document like an HTML file and your images like a separate assets folder.
How to Edit a Linked Asset:
- The Links Panel: Go to
Window > Links. This shows every external file connected to your document. - Find the Source: If you see a JPEG but need to edit the text inside it, you need the original designer file (usually a
.psdor.ai). - Reveal in Finder: Use the flyout menu in the Links panel to “Reveal in Finder.” If the original creator was organized, the Photoshop document should be right next to the JPEG.
- The Update Loop: Once you edit and save the source file in Photoshop, jump back to InDesign. If you saved it with the same name in the same folder, InDesign will auto-update. If not, just click the Relink button.
2. The Power of “Parent” (Master) Pages
If you can’t click a page number or a header, it’s likely living on a Parent Page (formerly known as Master Pages).
In web terms, this is your Template or Layout Component. If you have a header that appears on 50 pages, you don’t want to edit it 50 times. You edit it once on the Parent Page, and the change “props” down to every page associated with it.
How to Check Parent Pages:
- Open the Pages Panel (
Window > Pages). - Look at the top section labeled Parent.
- Double-click the Parent thumbnail (e.g., “A-Parent”).
- Edit the element here. When you click back to your main document pages, you’ll see the update has been applied globally.
Summary for the Fullstack Mindset
| InDesign Concept | Web Development Equivalent |
| Linked Images | <img src="./assets/image.jpg"> |
| Parent Pages | Layout Components / Templates |
| Relinking | Updating a File Path |
Understanding these hierarchies makes you a faster designer and a more logical developer. Next time you can’t select an object, don’t give up after checking if your layers are locked, check your Links and your Parents too!
Note: Transitioning from design to code (or vice-versa) is all about seeing the patterns. If you enjoyed this breakdown, stay tuned for more “Designer to Fullstack” tips!

