Tables: specifying a style for the border

If I create a table, save and preview, it looks fine and the code is clean.

    



Heading 1 Heading 2
text goes here text goes here
text goes here text goes here


If I then go into Table Properties and select CSS for the border, save and preview, it looks fine but the code is messy.
    

      <th id="Table_example_td0_1" style=" style=" align="left">Heading 2</th><br />

    </tr>
  </thead>

  <tbody>
    <tr>
      <td id="Table_example_td1_0" style=" style=">text goes here</td><br />

      <td id="Table_example_td1_1" style=" style=">text goes here</td>
    </tr>

    <tr>
      <td id="Table_example_td2_0" style=" style=">text goes here</td>

      <td id="Table_example_td2_1" style=" style=">text goes here</td>
    </tr>
  </tbody>
</table></pre><br />

It puts a [i]style=[/i] inside the [i]style=""[/i] to make [i]style=" style="[/i]. Has anyone else found that problem? I'm using v4.6.2
Heading 1

[quote]
If I create a table, save and preview, it looks fine and the code is clean.



It puts a style= inside the style="" to make style=" style=". Has anyone else found that problem? I'm using v4.6.2

[/quote]

Hi,

I can see it happening too on my local system. This will need a bit of investigation to see what might be going on. Will keep the this topic posted



Ash

Hi,
This was found to be a bug. This was lodged and fixed as #5636 Specifying a style for a table border creates messy code.



Thanks for pointing out the issue.



Ash

thanks for getting it fixed, Ash

[quote]

Hi,

This was found to be a bug. This was lodged and fixed as #5636 Specifying a style for a table border creates messy code.



Thanks for pointing out the issue.



Ash

[/quote]