<Html><Head></Head>
<Body>
<Layer name="MSG1" visibility="show" top="10" left="10" >
<Table border=0 width=100 height=100 Bgcolor="#8899bb">
<Tr><Td>TEST</Td></Tr>
</Table>
</Layer>
<Layer name="MSG2" visibility="show" top="80" left="80" >
<Table border=0 width=100 height=100 Bgcolor="#88bbbb">
<Tr><Td>TEST2</Td></Tr>
</Table>
</Layer>
</Body>
</Html>
|