|
ex: if I want to take this part of the files (a.html, b.html, c.html, d.html, etc) -
<html>
<head>
<title>some page</title>
and replace it with
<html>
<head>
<title>some page</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="vBulletin 3.0.3" />
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft,bu lletin board" />
or whatever happens to be going there, of course.
How do you do that? Do any of the programs alre3ady mentioned do that?
|