Re: Can't figure this error out

On 18 Mar 2010, at 18:30, Lou King wrote:
> In a javascript function in the header the line that is causing problems is:
> 
> 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>");


For that error, the validator reports:

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Linking to: http://www.htmlhelp.com/tools/validator/problems.html#script

Which explains how to deal with the issue without resorting to string concatenation. 

-- 
David Dorward
http://dorward.me.uk

Received on Monday, 22 March 2010 15:32:07 UTC