How can I remove all the links in a html page using Dreamweaver?

  • Thread starter Thread starter TransPersonal
  • Start date Start date
T

TransPersonal

Guest
I want to remove *all* the links (both internal and external). I'm using CS4.

Thank You!
 
If you are referring to hrefs, then you can go into coding mode, and press Command + F (mac) or Control + F (pc) and search for 'a href'. You would need to manually remove each <a href > and </a> tags.
 
Back
Top