Hi
I have a problem when using an iframe to display tv programs on my website under version 0.1.12 (last hotfix) of PragmaMx, here you can see:
http://www.le-chaland.fr/modules.php?name=Programme_TV_TNTThe correct display that i search for is visible here, on a standalone page:
http://www.le-chaland.fr/Betas_Tests/index.phpI not had this problem whith the last version 0.1.11 of PragmaMx.
The two pages use the same codes, the only difference is that the first one is embed as a module, using this whole code:
<?php
defined('mxMainFileLoaded') or die('access denied');
$index = $lindex;
$pagetitle = "Programme TV";
$module_name = basename(dirname(__file__));
include_once ('header.php');
OpenTable();
?>
<div align="center" >
<img src="modules/<?php echo $module_name;?>/Programme_television.gif" alt="Programme télévision des chaines TNT de la journée complète et sur 7 jours." title="Programme télévision des chaines TNT de la journée complète et sur 7 jours.">
<br />Programme télévision des chaines TNT de la journée complète et sur 7 jours.<br />
<img src="modules/<?php echo $module_name;?>/television.gif" alt="Programme télévision des chaines TNT de la journée complète et sur 7 jours." title="Programme télévision des chaines TNT de la journée complète et sur 7 jours.">
<br /><br />
<iframe align="center" name="programme-television" marginwidth=0 marginheight=0 width="950" height=2500 scrolling=auto border=0 frameborder=0 src="http://www.programme-television.org/index.php?chaine=98&c1=4A5871&c2=93A1B9&moteur=1&profile=sitebluesand" style="border:0px;"></iframe>
<br />
</div>
<?php
CloseTable();
include_once ('footer.php');
?>
I have a same problem with a javascrit game of tetris, that i include using an iframe to avoid conflicts, works fine, until the 0.1.12 version of PragmaMx. (page deactivated now)
It's seems to be a style problem, but i dont't know...
Is anyone, have an idea to fix the problem ?