Ticket #13509: table_right_IE11.html

File table_right_IE11.html, 575 bytes (added by Jakub Ś, 9 years ago)
Line 
1<!DOCTYPE html>
2<html>
3<head>
4        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5    <title>Replace Textarea by Code — CKEditor Sample</title>
6    <meta charset="utf-8">   
7</head>
8<body contenteditable="true">
9        <table align="right" border="1" cellpadding="1" cellspacing="1" style="width:500px">
10                <tbody>
11                        <tr>
12                                <td>&nbsp;</td>
13                                <td>&nbsp;</td>
14                        </tr>
15                        <tr>
16                                <td>&nbsp;</td>
17                                <td>&nbsp;</td>
18                        </tr>
19                        <tr>
20                                <td>&nbsp;</td>
21                                <td>&nbsp;</td>
22                        </tr>
23                </tbody>
24        </table>
25        <p>&nbsp;</p>
26</body>
27</html> 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy