Re: Cute Editor .NET Bug

  •  11-21-2005, 5:28 AM

    Re: Cute Editor .NET Bug

     
    Ok,
     
    Here is an example of the HTML that is correctly formatted when first placed into the cuteeditor. Then after you goto the WYSIWIG editor and save it reformats it with empty space.  Sorry I have not attached graphics. But if necessary i can. This should allow you replicate the problem tho.

                <table border="0" width="100%" cellpadding="2" cellspacing="0" ID="Table1">
                      <tr>
                            <td colspan="3" valign="top">&nbsp;
                            </td>
                      </tr>
                      <tr bgcolor="#f1f1f1">
                            <td width="46" align="center" bgcolor="#F8F3EA"><div align="left"><b>Art</b></div>
                            </td>
                            <td width="55" bgcolor="#F8F3EA"><div align="left"><b>Datum</b></div>
                            </td>
                            <td width="401" bgcolor="#F8F3EA"><b>Details</b></td>
                      </tr>
                      <tr>
                            <td align="center" valign="top"><a href="docs/FAbH0905.pdf" target="_blank"><img src="images/icon_pdf.gif" width="16" height="16" border="0" alt=""></a></td>
                            <td width="55" valign="top">09/2005
                            </td>
                            <td><b><a href="docs/FAbH0905.pdf" target="_blank">Kleine Sammlung - Großer Schutz</a> </b>
                            </td>
                      </tr>
                      <tr>
                            <td colspan="3" background="images/dots_verti.gif" height="1"><img src="images/clr.gif" height="1" border="0" alt=""></td>
                      </tr>
                      <tr>
                            <td align="center" valign="top"><a href="docs/trans0805.pdf" target="_blank"><img src="images/icon_pdf.gif" width="16" height="16" border="0" alt=""></a></td>
                            <td width="55" valign="top">08/2005
                            </td>
                            <td><b><a href="docs/trans0805.pdf" target="_blank">Gefahren beim Umzug</a> </b>
                            </td>
                      </tr>
                      <tr>
                            <td colspan="3" background="images/dots_verti.gif" height="1"><img src="images/clr.gif" height="1" border="0" alt=""></td>
                      </tr>
                      <tr>
                            <td align="center" valign="top"><a href=""
                                        target="_blank"><img src="images/icon_pdf.gif" width="16" height="16" border="0" alt=""></a></td>
                            <td width="55" valign="top">08/2005
                            </td>
                            <td><b><a href=""
                                              target="_blank">Hiscox erwirbt Fine Art Renewal Rechte von Ascon</a> </b>
                            </td>
                      </tr>
                </table>

     Let me know if you need anything else,

    PS. bit worried that the editor may have reformated this! lol 
View Complete Thread