WebSite X5Help Center

 
Kadir D.
Kadir D.
User

Html Kod  en

Autore: Kadir D.
Visite 865, Followers 2, Condiviso 14  
Parole Chiave: html

I prepared the following pages I have added the html code. but does not work. I wonder does the code incorrectly? (<iframe border="0"name="kose-yazarlari"marginwidth0"1" marginheight="1"frameborder="0"width="140"scrolling="no"height="800"src="http://www.koseyazarlari.gen.tr/siteneekle.asp?id=12"></iframe>

Please help.

Postato il
4 RISPOSTE - 1 CORRETTO
Pcssa .
Pcssa .
Moderator

. . . remember that v9 works with HTML 5 - i dont know if your code is correct . . .

Leggi di più
Postato il da Pcssa .
Kadir D.
Kadir D.
User
Autore

my code is correct and works with note pad, internet explorer 9

Leggi di più
Postato il da Kadir D.
Luca S.
Luca S.
User

Hello Kadir, Your html code is not correct because the attribute frameborder, scrolling and marginwidth-marginheight isn't more supported in HTML 5. You should write the HTML code so: <iframe name="kose-yazarlari" width="140" height="800" src="http://www.koseyazarlari.gen.tr/siteneekle.asp?id=12">/iframe>

Leggi di più
Postato il da Luca S.
Kadir D.
Kadir D.
User
Autore

Hi;

Thank you foryour help.problemis solved

Leggi di più
Postato il da Kadir D.