- From: Lou King <lking@knob.com>
- Date: Mon, 22 Mar 2010 11:09:28 -0400
- To: www-validator Community <www-validator@w3.org>
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