I need to wrap text around an image. Both the image and the text are
dynamically produced at run time. The size of the image is fixed, the
length of the text is variable. The text has to be formatted with bold
and underline. I tried using HTML and JavaScript in the initialization
event of the form field. The text displays, the image does not. The form
is created in an SAP environment. In the debugger when I view the HTML I
am passing to the form everything displays perfectly; both text and
image...