I am looking at the robot

Posts Tagged with google

Setting font size and spacing in google maps infowindow

March 10, 2010 - To prevent scrollbars, set
var info = new google.maps.InfoWindow({
  maxWidth: 285,
  content: '<div class="info"><p>etc..</p></div>'
}};
more

Changes to google webmaster tools verification

October 7, 2009 - You can't put up an empty .html more