I have a html report that comes out of a program we use. Its extremely plain html and id like to work on fixing it up just a bit.
What code would I need to do in sed to replace
<html> with
<html><link rel="stylesheet" type="text/css" href="LivingInStyle.css">
Thanks, Russ