Skip to main content
Participating Frequently
March 13, 2017
Answered

How to see Link Structure in Dreamweaver

  • March 13, 2017
  • 1 reply
  • 732 views

Hi again!
Is there any way to see what the link structure is to my website in Dreamweaver? Is there a feature I can use somewhere on the program to make it so I can see something along the lines of:

test.html > Links from: cool.html, index.html, ect.html

Or

Parent file: index.html
Attached files: test.html, cool.html, ect.html

Something like that?

This topic has been closed for replies.
Correct answer Nancy OShea

You can perform a site wide search (Ctrl+F).

     Find in: Current Site

     Search string: index.html

     No filters, no exclusions.

     Hit Find All  button.

The Results panel will show you a list of documents containing that link.

Double-click once on the Results panel to open the document.  Double-click a 2nd time to move to that code location.

Nancy

1 reply

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
March 13, 2017

You can perform a site wide search (Ctrl+F).

     Find in: Current Site

     Search string: index.html

     No filters, no exclusions.

     Hit Find All  button.

The Results panel will show you a list of documents containing that link.

Double-click once on the Results panel to open the document.  Double-click a 2nd time to move to that code location.

Nancy

Nancy O'Shea— Product User & Community Expert
B i r n o u
Legend
March 13, 2017

I saw an old thread... is this the same subject ? how to create site map in Dreamweaver CC

Hyde1216Author
Participating Frequently
March 13, 2017

Nope, what I was looking for was something different from Site Maps, but thank you for the response.