Changes between Initial Version and Version 1 of Ticket #8666


Ignore:
Timestamp:
Jan 24, 2012, 12:38:35 PM (13 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #8666 – Description

    initial v1  
    11Add a table using the default options:
     2{{{
    23<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
    34        <tbody>
     
    2425<p>
    2526        &nbsp;</p>
    26 
     27}}}
    2728The split the first cell vertically:
     29{{{
    2830<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
    2931        <tbody>
     
    5456<p>
    5557        &nbsp;</p>
     58}}}
     59Then merge the first cell down:
    5660
    57 Then merge the first cell down:
     61{{{
    5862<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
    5963        <tbody>
     
    8084<p>
    8185        &nbsp;</p>
    82 
     86}}}
    8387It should revert to the original layout, i.e. the first set of html pasted, but instead the first row ends up with four table cells, and the second row ends up with just two.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy