Widget:Iframe: Unterschied zwischen den Versionen

Aus Benes Gästebuch
Die Seite wurde neu angelegt: „<iframe src="<!--{$url|escape:'url'}-->" style="float: <!--{$align|validate:'alpha':'left'}-->; width: <!--{$width|validate:'int':800}-->px; height: <!--{$height|validate:'int':600}-->px; border: none; margin: 10px;"> </iframe> <div style="clear: both;"></div>“
 
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<iframe src="<!--{$url|escape:'url'}-->"  
<iframe src="<!--{$url}-->"  
         style="float: <!--{$align|validate:'alpha':'left'}-->;  
         style="float: <!--{$align|default:'left'}-->;  
               width: <!--{$width|validate:'int':800}-->px;  
               width: <!--{$width|default:'800'}-->px;  
               height: <!--{$height|validate:'int':600}-->px;  
               height: <!--{$height|default:'600'}-->px;  
               border: none;  
               border: none;
               margin: 10px;">
              style="float: left;
               margin-right: 15px;
 
">
</iframe>
</iframe>
<div style="clear: both;"></div>

Aktuelle Version vom 25. Mai 2026, 10:13 Uhr

<iframe src=""

       style="float: ; 
              width: px; 
              height: px; 
              border: none;
              style="float: left;
              margin-right: 15px;

"> </iframe>