I scoured that section....looking for any example that tried to format columns and found nothing...I am going to go back and try again....I was trying something like this but it did not work
td{
width:150px;
height:20px;
max-width:150px;
min-width:150px;
max-height:20px;
min-height:20px;
**overflow:hidden;** /*(Optional)This might be useful for some overflow contents*/
}
var templateWarbler = new InfoTemplate();
templateWarbler.setTitle("${Species}");
templateWarbler.setContent("<b>Species</b> <tr><td>${Species}</td><td>two</td></tr> <br/>" +
"<b>Year</b>......... ${Year}<br/>"
);