2016-09-26, 09:02:22
another interesting find
in ckeditor and tinymce I am seing that if I use a <table> it displays in the live editor but not in gs
ie:
should display with a 1px border and it does in the editor, but when displayed the border is is gone
almost like it was set to <table border=0>
Is this expected behavior?
John
in ckeditor and tinymce I am seing that if I use a <table> it displays in the live editor but not in gs
ie:
Code:
<table border="1">
<tbody>
<tr><td>this is a test</td><td>1</td></tr>
<tr><td>this is a test</td><td>2</td></tr>
<tr><td>this is a test</td><td>3</td></tr>
</tbody>
</table>
should display with a 1px border and it does in the editor, but when displayed the border is is gone
almost like it was set to <table border=0>
Is this expected behavior?
John