How do i remove all hyperlinks in webpage

S

Sampie

I have a webpage that is automaticly created by a stats program. I want to
have that page online, but it links to a lot of pages that the program also
made. I do not want those page's online. So how can i remove all links to
those page's from the index page.
 
S

Steve Easton

If the page is created "on the fly," you would have to edit the program that creates the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Sampie

Ok, i though that maybe there was an option in frontpage to do that easyly.
Tnx for the reply
 
A

Andrew Murray

whatever program/script you're using, it obviously has no bearing on
Frontpage. Although you can use FP to edit the script - eg you can work
with PHP, or ASP pages within Frontpage.
 
S

Stefan B Rusynko

In FP 2003 in code view use Edit Replace
Html Tags tab (select the a tag)
- in replace action select: Remove tag
Replace all




|I have a webpage that is automaticly created by a stats program. I want to
| have that page online, but it links to a lot of pages that the program also
| made. I do not want those page's online. So how can i remove all links to
| those page's from the index page.
 
Top