@@ -23,14 +23,6 @@ <h6>Action to activate</h6>
23
23
< textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin: 6px 41px; width: 372px; height: 16px; "> <div onclick="$('#yourpopunder').toggle();return false"></div></ textarea >
24
24
< h6 > Code of popunder (you can add more popunders to container)</ h6 >
25
25
< textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin:6px 41px;width: 504px;height:16px "> <div class="popunders"><div id="yourpopunder" style="display: none;"></div></div></ textarea >
26
- < br /> < h1 > Blockquotes</ h1 >
27
- < blockquote > < p > Phrase</ p > < span > Creator</ span > </ blockquote > < br />
28
- < textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin:6px 41px;width: 392px;height:16px "> <blockquote><p>Phrase</p><span>Creator</span></blockquote></ textarea >
29
- < br /> < h1 > Paragraphs</ h1 >
30
- < p > Mussum ipsum cacilds plasmis</ p >
31
- < p > Mussum ipsum cacilds plasmis uis frameworquis</ p > < br />
32
- < textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin:6px 41px;width: 392px;height: 28px; "> <p>Mussum ipsum cacilds plasmis</p>
33
- <p>Mussum ipsum cacilds plasmis uis frameworquis</p></ textarea >
34
26
< br /> < h1 > Headings</ h1 >
35
27
< h1 > Heading 1</ h1 >
36
28
< h2 > Heading 2</ h2 >
@@ -45,6 +37,14 @@ <h6>Heading 6</h6>
45
37
<h4>Heading 4</h4>
46
38
<h5>Heading 5</h5>
47
39
<h6>Heading 6</h6></ textarea >
40
+ < br /> < h1 > Paragraphs</ h1 >
41
+ < p > Mussum ipsum cacilds plasmis</ p >
42
+ < p > Mussum ipsum cacilds plasmis uis frameworquis</ p > < br />
43
+ < textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin:6px 41px;width: 392px;height: 28px; "> <p>Mussum ipsum cacilds plasmis</p>
44
+ <p>Mussum ipsum cacilds plasmis uis frameworquis</p></ textarea >
45
+ < br /> < h1 > Blockquotes</ h1 >
46
+ < blockquote > < p > Phrase</ p > < span > Creator</ span > </ blockquote > < br />
47
+ < textarea onclick ="this.focus();this.select() " readonly ="readonly " style ="margin:6px 41px;width: 392px;height:16px "> <blockquote><p>Phrase</p><span>Creator</span></blockquote></ textarea >
48
48
< script type ="text/javascript " src ="rsc/jquery.min.js "> </ script >
49
49
</ body >
50
50
</ html >
0 commit comments