Hi,
You can see my pb on the attached jpg.
I highlight lines who generate my positionning problem.
But I don't know where does she cames.
I already use the same code in anothe page and it works done.
Thanks for help.
My code below.
<?php
//Create an XML data document in a string variable
$strXML_Act1 = "";
for ($k = 0; $k < $i-1; $k++) {
if ($val[$k] != 0) {
$strXML_Act1 .= "";}
}
$strXML_Act1 .= "";
echo renderChartHTML("../FusionWidgets/Charts/Pie3D.swf", "", $strXML_Act1, "monDivAct1", 450, 300, false, false);?>