Ticket #6074: column_insert_bug.html

File column_insert_bug.html, 1.4 KB (added by Lynne Kues, 14 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
2<html xmlns="http://www.w3.org/1999/xhtml"> 
3<head> 
4        <title>#5892 - Test Page</title> 
5        <meta content="text/html; charset=utf-8" http-equiv="content-type" /> 
6        <script type="text/javascript" src="../ckeditor.js"></script> 
7</head> 
8<body> 
9        <p> 
10                <textarea cols="80" id="editor1" name="editor1" rows="60"> 
11                        <table border="1" cellpadding="1" cellspacing="1" id="_1280426476191" style="width: 500px;">
12                                <tbody>
13                                        <tr>
14                                                <td colspan="1" id="_1280426476192" rowspan="1" style="width: 250px;">
15                                                        &nbsp;</td>
16                                                <td colspan="1" id="_1280426476193" rowspan="1" style="width: 250px;">
17                                                        &nbsp;</td>
18                                        </tr>
19                                        <tr>
20                                                <td colspan="1" id="_1280426476194" rowspan="1" style="width: 250px;">
21                                                        &nbsp;</td>
22                                                <td colspan="1" id="_1280426476195" rowspan="1" style="width: 250px;">
23                                                        &nbsp;</td>
24                                        </tr>
25                                        <tr>
26                                                <td colspan="1" id="_1280426476196" rowspan="1" style="width: 250px;">
27                                                        &nbsp;</td>
28                                                <td colspan="1" id="_1280426476197" rowspan="1" style="width: 250px;">
29                                                        &nbsp;</td>
30                                        </tr>
31                                </tbody>
32                        </table>
33                </textarea> 
34                <script type="text/javascript"> 
35                        CKEDITOR.replace( 'editor1', { 
36                }); 
37                </script> 
38        </p> 
39</body> 
40</html> 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy