love the program, came across something odd though:

just ran into this problem today, when i try to upload my page via ftp itll
cut out my script:

og script from my hard drive:

<HTML>
<HEAD>
<TITLE>newdunny-site</TITLE>
</HEAD>
<BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div style="padding-top: 10px;">
<center><img src="topbanner.jpg"></center><br>
<center><img src="middlebanner.jpg"></center>
<div style="position:absolute; left:403px; top:204px; width:460px;
height:301px; z-index:1"><iframe
src="http://dunivan.cjb.cc/dunivan/news/cutenews/show_news.php" name="content"
frameborder="0" scrolling="auto" width=460 height=301 align="center"
marginwidth="0"></iframe></div>
</div>
</BODY>
</HTML>

and here is what shows up on the page after i upload it:

<HTML>
<HEAD>
<TITLE>newdunny-site</TITLE>
</HEAD>
<BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<div style="padding-top: 10px;">
<center> </center><br>
<center> </center>
<div style="position:absolute; left:403px; top:204px; width:460px;
height:301px; z-index:1"><iframe
src="http://dunivan.cjb.cc/dunivan/news/cutenews/show_news.php" name="content"
frameborder="0" scrolling="auto" width=460 height=301 align="center"
marginwidth="0"></iframe></div>
</div>
</BODY>
</HTML>

as you can notice, it cuts out two img sources, are there any ideas why?

thanks again, hope you can help me out