WebSite X5Help Center

 
Danny Van Veenendaal
Danny Van Veenendaal
User

How can I make an iFrame?  en

Autore: Danny Van Veenendaal
Visite 2802, Followers 1, Condiviso 0  

How can I make an iFrame? I want to show content from another website (or database) in that iFrame.

Postato il
2 RISPOSTE - 1 UTILE
Albrecht K.
Albrecht K.
User

Set a HTML-object with the following code (change the text in quotations and alternative_text)

<iframesrc="http://www.example.com/"height="100"width="200"name="meiniframe">alternative_text</iframe>

Albrecht K.

Leggi di più
Postato il da Albrecht K.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Utente del mese FRUtente del mese PL

... corretto:

<iframe src="http://www.example.com/" height="100" width="200" id="meiniframe" name="meiniframe"> alternative_text </iframe>

.

ciao

.

Leggi di più
Postato il da  ‪ KolAsim ‪ ‪