ConradH Report post Posted October 4, 2010 Hello - I am using FusionCharts Pro with PHP and recently updated my code to use the RenderChart function instead of RenderChartHTML. The charts that are generated are now each wrapped in a div that includes an inline align="center". Here is an example: <div id="chart0Div" align="center"><embed type="application/x-shockwave-flash" ........></div> This align="center" should not be there as it is preventing using straight CSS to determine how the chart appears on the page. In addition, the align attribute is deprecated and is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD I do not want the charts to be centered and would like to override or remove this align attribute. Please let me know how I can do this. Thanks for your help! Share this post Link to post Share on other sites
Ayan Pal Report post Posted October 26, 2010 Hi, Thank you for your post. Latest FusionCHarts v3.2 dosen't add the align property in the div. please update to the latest FusionCharts Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 26, 2010 Hi, Please try using the files attached. I hope this helps. FusionCharts.php FusionCharts_Gen.php Share this post Link to post Share on other sites