I am trying to add a Custom HTML element to a map. I am inserting this code into the HTML Before parameter :
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <iframe src="http://free.timeanddate.com/clock/i496kzrk/n78/tluk/fs20/ftb/bo2/tt0/tw1" frameborder="0" width="330" height="29"></iframe> </head> <body> </body> </html>
It doesn't load for me. What am I doing wrong ?
Add comment