Re: Insert Table Bug

  •  03-08-2007, 6:21 PM

    Re: Insert Table Bug

    wh1974:
    That's fine but when using Firefox I am able to select an entire column, click on the 'right justification' toolbar button. CuteEditor.NET then appears to set the alignment of individual cells in that column as you can see from the following html:
     
    <table border="1" width="419">
       <tbody>
          <tr>
             <td>Left Aligned Text</td>
             <td style="text-align: right;">Right Aligned Text<br></td>
          </tr>
          <tr>
             <td>Left Aligned Text<br></td>
             <td style="text-align: right;">Right Aligned Text</td>
          </tr>
       </tbody>
    </table>
     
    I created a 2x2 table, selected the entire 2nd column and clicked on the 'justify right' button on the toolbar. You can see how it has added a style="text-align: right;" css style to each individual cell in the column I selected.
     
     
    I understand what your need. But this is the browser limitation. We can't do any thing about this.
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread