your best bet would be to just either search for <header> or </header>
just incase there are some odd things between </title> and </header>
[EMAIL PROTECTED] wrote:
>
> 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>
> <DEFANGED_meta name="Description" content="name.JPG">
> <DEFANGED_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]
--
http://www.5vs1.com - A Pearl Jam Fan Site
"Only when the last tree is dead, the last river damned, and the last
field paved, will we realize that we can't eat money."
"Time is long and life is short, so begin to live while you still can."
-Eddie Vedder
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]