Ticket #8561: template_test1.html

File template_test1.html, 889 bytes (added by Jakub Ś, 13 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>
3         <head>
4                <title>Test Template</title>
5                <meta http-equiv="content-type" content="text/html; charset=UTF-8">             
6        </head>
7<body>
8        <h1>Editable section</h1>
9        <div contenteditable="true" style="margin-bottom:25px; border:3px solid black;">
10
11                       
12        <div>t1</div>
13        <div>t2
14                <div style="margin-left:20px;">t4
15                        <div style="margin-left:40px;">t5
16                                <div style="margin-left:60px;">t6
17                                        <div style="margin-left:80px;">t7</div>
18                                </div>
19                        </div>
20                </div>
21        </div> 
22        <div>t3
23                <div style="margin-left:20px;">t31</div>
24                <div style="margin-left:20px;">t32
25                        <div style="margin-left:40px;">t321
26                                <div>t3211</div>
27                        </div>
28                        <div style="margin-left:40px;">t322</div>
29                </div>
30        </div>
31       
32
33
34
35                       
36                       
37        </div> 
38</body>
39</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy