Re: CuteEditor table problem

  •  03-17-2005, 7:05 AM

    Re: CuteEditor table problem

    Following on from Chris's post above, the following code illustrates the problem encountered. To replicate the problem, paste the following code in to the HTML view on the ASP version of the CuteEditor, switch to the Normal view, and double-click on the table that has 2 columns and 4 rows. The Table Properties window displays, but does not display the properties for this table!


    <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top>
    <DIV style="OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%">
    <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing=0 cellPadding=19 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top>
    <P class=pageHeaderBlue>Title goes here</P>
    <DIV>Content goes here </DIV>
    <DIV>&nbsp;</DIV>
    <DIV>
    <TABLE style="WIDTH: 300px; HEIGHT: 200px" cellSpacing=4 cellPadding=4 border=1>
    <TBODY>
    <TR>
    <TD></TD>
    <TD></TD></TR>
    <TR>
    <TD></TD>
    <TD></TD></TR>
    <TR>
    <TD></TD>
    <TD></TD></TR>
    <TR>
    <TD></TD>
    <TD></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></DIV></TD>
    <TD style="WIDTH: 230px" vAlign=top>
    <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing=0 cellPadding=0 bgColor=#66c0da border=0>
    <TBODY>
    <TR style="HEIGHT: 50%">
    <TD style="PADDING-TOP: 2px">
    <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing=0 cellPadding=4 border=0>
    <TBODY>
    <TR style="HEIGHT: 25px">
    <TD bgColor=#0096c2>
    <P class=mainHeaderWhite>latest company news...</P></TD></TR>
    <TR>
    <TD vAlign=top bgColor=#66c0da>
    <P>News items go here</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBOD Y></TBODY></TABLE>
View Complete Thread