I would like to find a spacific line in a text file, change it as needed and then turn it into a html file within AMS. The area in red is what I need to change. Any ideas?
Code:<html> <head> <title></title> <meta name="description" content=""> </head> <body scroll="no" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#000000" > <div class=tourBar id=tourBar style="" align=right > </div> <table width=590 height="321" align=center cellpadding=0 cellspacing=0> <tr> <!-- leftside --> <td width="100%" align=left valign=top> <table width="618" cellpadding=2> <tr> <td colspan=2 class=whitehead> <td width="115" align=left valign=bottom class=bodytext><font style="font-size: 1pt"> </font></td> </tr> <tr> <td width="590" align=left valign=top> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="590" height="320" id="panorama" align=""> <param name=movie value="media/panorama.swf?img_url=media/fr_mp.jpg&htmlWidth=590&htmlHeight=320&barY=298&flSpeed=.8"> <param name=quality value=high> <param name=bgcolor value=#ffffff> <embed src="media/panorama.swf?img_url=media/fr_mp.jpg&htmlWidth=590&htmlHeight=320&barY=298&flSpeed=.10" quality=high bgcolor=#ffffff width="590" height="320" name="panorama" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> <div class=labeltext align=right> <b></b></div></td> <td width="25"> </td> <td class=bodytext valign=top> </td> </tr> </table> </td> </tr> <tr> <td colspan=2> </td> </tr> </table> </body> </html>

