I have a bunch of .html files that I want to add a style sheet to.
currently, the top of the html file has this:
<html>
<header>
<meta name="Description" content="name.JPG">
<meta name="GENERATOR" content="name">
<title>
name.JPG
</title>
</header>
so how do i search for
</title>
</header>
and replace it with
</title>
<link rel="stylesheet" href="glob_style.css" type="text/css">
</header>
Any ideas?
thanks!
todd.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]