Re: bug: border on tables

  •  04-26-2007, 1:26 AM

    Re: bug: border on tables

    I still have the same problem. When saving in html mode i get this code, which i correct:
    <table border="0" cellpadding="2" cellspacing="2" width="500">
    <tbody>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    </tbody>
    </table>
    When saving in design mode i get this code (unless i click "visible borders"):
    <table style="border: 1px dashed #7f7c75;" border="0" cellpadding="2" cellspacing="2" width="500">
    <tbody>
    <tr>
    <td style="border: 1px dashed #7f7c75;">&nbsp;</td>
    <td style="border: 1px dashed #7f7c75;">&nbsp;</td>
    </tr>
    </tbody>
    </table>

    The build date says 2007-04-23. Should'nt it be 25? Did you forget to put the correct dll file in the assembly maybe? Thanks for your help

View Complete Thread