Re: Can't figure this error out

Lou King wrote, On 3/19/2010 12:02 PM:
> Michael(tm) Smith wrote, On 3/18/2010 2:54 PM:
>> Lou King<lking@knob.com>, 2010-03-18 14:30 -0400:
>>
>>> map.openInfoWindowHtml(map.getCenter(), "<img
>>> src='../jpg/Finian.jpg' width='64' height='80' alt='picture of
>>> Peter'><b>This is a picture of 951 Greene Street</b>");
>>>
An yet another answer is to hid the troublesome closing </b> tag like this:

map.openInfoWindowHtml(map.getCenter(), "<img src='../jpg/Finian.jpg' 
width='64' height='80' alt='picture of Peter'><b>This is a picture of 
951 Greene Street<"+"/b>");

This passes the validator and does not require a separate file.

-- 
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Received on Monday, 22 March 2010 15:10:06 UTC