Wraping text example
This is an example on how to wrap text around an image. View the code of this page to see how it is done. Things to notice in the code are the two <DIV> tags and that the one containing the image has the property style= "float: right;" applyed to it. Float can be set to left or right but is required in order for this to work. you will notice also that both <DIV> tags are contained in the same cell of the table.