Insert this html:
<iframe name="" id="InlineFrame1" style="position:absolute;left:34px;top:34px;width:150px;height:150px;z-index:0" src="script.txt" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Set left and top to the positions of the frame relative to the first pixel, width and height set the size, frameborder indicates the width of the border. src indicates the file shown (make it a *.txt, not *.html).
<iframe name="" id="InlineFrame1" style="position:absolute;left:34px;top:34px;width:150px;height:150px;z-index:0" src="script.txt" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Set left and top to the positions of the frame relative to the first pixel, width and height set the size, frameborder indicates the width of the border. src indicates the file shown (make it a *.txt, not *.html).