Web Client Mismatched HTML Tag </div>

Version: 5.2.7 - build 1013

I get the following error messasge when running in the web client (it works fine in Smart client):

Internal error

Return to home page

Server server is complaining about a mismatched HTML tag (from the log file):

2011-04-28 16:12:45,995 ERROR [http-8080-2] org.apache.wicket.RequestCycle - Tag ‘’ (line 42, column 73) has a mismatched close tag at ‘’ (line 53, column 10)
[markup = Markup[solution:ARM_protocol, fullpath:/servoy-webclient/templates/default/ARM_protocol/protocol_edit.html]

The text property for the button object is as follows:

<html>
   <body background = "media:///arm_tab_button_background.png">
      <table width="80px">
         <tr>
            <td valign="top">
               <font size="3" face="Arial" color="000000">
                  <b>
                     Animals
                  </b>
               </font>
            </td>
         </tr>
      </table>
   </body>
</html>

Notice there are no tags in the HTML. Is this a bug?

Thanks!

can you remove background from body:

or make it: (instead of the empty spaces)

I am also not sure if background tag of a body tag is kept for this, i think you have to move that to the table/tr