Atom Report post Posted April 14, 2009 No one seems to be able to answer my first dumb question, so here's an even dumber one. It says to post code within . When I do this and preview the post I do not see the code. ??? Share this post Link to post Share on other sites
Atom Report post Posted April 14, 2009 When I view this post using FireFox, I cannot see the code. One problem solved. <html> <head> <script language="JavaScript" src="../FusionCharts/FusionCharts.js"></script> </head> <body bgcolor="#ffffff"> <div id="chart1div" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var myChart1 = new FusionCharts("../FusionCharts/Column3D.swf", "myChart1Id", "900", "300", "0", "0"); myChart1.setDataURL("Data.xml"); myChart1.render("chart1div"); </script> <div id="chart2div" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var myChart2 = new FusionCharts("../FusionCharts/Pie3D.swf", "myChart2Id", "500", "300", "0", "0"); myChart2.setDataURL("Data.xml"); myChart2.render("chart2div"); </script> </body> </html> Share this post Link to post Share on other sites
Dhruva Report post Posted April 15, 2009 Yes, the forum doesn't seem to agree too well with anything other than IE Share this post Link to post Share on other sites