Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Inserting Lines into HTML Header

  • Subject: Inserting Lines into HTML Header
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sun, 12 Jun 2005 06:27:14 +0100
  • Newsgroups: alt.html
  • User-agent: KNode/0.7.2
Can anybody recommend a simple program/script that will insert given (input)
lines to a HTML header? I need this to operate on a large number of files,
so, as a simplistic example, if I have N files containing:

<html>
<head>
</head>
...

they should be converted into:

<html>
<head>
<title>My Title</title>
</head>
...

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index