Hi Georges!
Your Page source for revision no. 6 looks very good…
+ Marquee.
[[iframe http://georges42.wikidot.com/marquee/code/1 frameborder="0" width="100%" height="400px"]]
[[embed]]
<div>
<MARQUEE SCROLLDELAY="30" SCROLLAMOUNT="2" BGCOLOR="#0000FF" WIDTH="418" HEIGHT="50" >Happy to see you here... </MARQUEE>
</div>
[[/embed]]
[[embed]]
<MARQUEE
width="50%"
BGCOLOR=yellow
DIRECTION=right
BEHAVIOR=ALTERNATE
>
testing testing 1...2...3....
</marquee>
[[/embed]]
[[iframe http://georges42.wikidot.com/marquee/code/1 frameborder="0" width="100%" height="400px"]]
<html>
<head>
<title>This text appears in the browsers title bar</title>
</head>
<body>
<div align="center"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="60%"> <center>
<font color="#ffffff" size="+1"><strong>
WIKIDOT ROCKS<br> Demonstration of including html<br> <br>
via iframe using code block </strong></font> </center> </marquee></div>
</body>
</html>
Wat you need is the <html> - </html> block INSIDE a [[code type="HTML"]] block!
And the marquee- cpdings inside the <body> - block
[[code type="HTML"]]
<html>
…
…
</html>
[[/code]]
I would change the page source to following:
[[iframe http://georges42.wikidot.com/marquee/code/1 frameborder="0" width="100%" height="400px"]
[[code type="HTML"]]
<html>
<head>
<title>This text appears in the browsers title bar</title>
</head>
<body>
<div align="center">
<MARQUEE SCROLLDELAY="30" SCROLLAMOUNT="2" BGCOLOR="#0000FF" WIDTH="418" HEIGHT="50" >Happy to see you here... </MARQUEE>
</div>
</body>
</html>
[[/code]]
And if you want to hide the copde block itself - put it on another page called "marquee-codes" to split the code from the iframed usage - or hide the code behind a little collapsible block..