zhaoJian's Tech Notes

Remove tppabs Tags Added by Teleport

Technology ~264 words · 1 min read - views

When cloning websites, files downloaded by Teleport automatically generate many tppabs tags.

You need to use regular expressions to handle this. In Dreamweaver, search the source code with this regex:

\btppabs="h[^"]*"

Replace with empty to remove them.

Share:

Comments