Removing links from a large site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have over 1,300 pages with tons of bad text links.
Is there a way to globally remove them automatically?

I was thinking of doing find/replace <a href with a space or comment.
 
Search & Replace - Html Tags tab (and html rules)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have over 1,300 pages with tons of bad text links.
| Is there a way to globally remove them automatically?
|
| I was thinking of doing find/replace <a href with a space or comment.
 
The Rules in the Find & Replace HTML Rules dialogue are basically boolean
expressions such as

[string] "contains"[whatever] or

[string] "matches"[whatever] or

[string] "does not equal"[whatever]

Others include "Inside Tag", "Outside Tag" etc.

Go to the dialogue as suggested and experiment. If you have to, make up a
'dummy page' and try it out.



Miklos said:
HTML rules? Can you give me an example.


Stefan B Rusynko said:
Search & Replace - Html Tags tab (and html rules)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have over 1,300 pages with tons of bad text links.
| Is there a way to globally remove them automatically?
|
| I was thinking of doing find/replace <a href with a space or comment.
 
Back
Top