I am trying to display two Google scatter charts on the same line in my webpage. How do I suppress the carriage return between the charts?
<div id="scatterchart_div" style="width: 600px; height: 600px;"></div>
<div id="scatterchart2_div" style="width: 600px; height: 600px;"></div>