Pedro
(Peter Grube)
1
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.
| Heading 1 |
<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
[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
Pedro
(Peter Grube)
4
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]