<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>I'm trying to gin up a proto to handle gapfills.<br><br>Each sentence may have ________ random gapfills of ______ length and _______.<br><br>I had originally hoped that the <img> embedded in the string would be positioned in the text flow, so I could trap it's x,y and determine where to place the text entries<br><br>Each sentence may have <img src="dummy.png" id="d1"/> random gapfills of <img src="dummy.png" id="d2"/> length and <img src="dummy.png" id="d3"/>.<br><br>But since it turns out the embedded images are not tied to the text flow in any way (besides a common parent), it is not going to help.<br><br><br>                                       </body>
</html>