... |
... |
@@ -24,9 +24,9 @@ |
24 |
24 |
<div id="content"></div> |
25 |
25 |
</body> |
26 |
26 |
</html> |
27 |
|
-{{/code}} |
|
27 |
+ {{/code}} |
28 |
28 |
|
29 |
|
-Für das folgenden Beispiel wird zu Demonstrationszwecken eine eigene [[HTML-Seite>>attach:iframe.html]] in einem iframe dargestellt: |
|
29 |
+Die Einbindung erfolgt hier zur Demonstration in eine eigene HTML-Seite in einem iframe: |
30 |
30 |
|
31 |
31 |
{{html clean="false"}} |
32 |
32 |
<style type="text/css"> |
... |
... |
@@ -66,6 +66,7 @@ |
66 |
66 |
margin:0; |
67 |
67 |
padding:0; |
68 |
68 |
border:0; |
|
69 |
+ width: 100%; |
69 |
69 |
height: inherit; |
70 |
70 |
} |
71 |
71 |
.border { border:4px dashed black; } |