hi.
i want to add google map in cute editor which contain <iframe> in its html code. when i copy and paste html code in cute editor, link in displayed, but map dosent appear. here is html code for google map.
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Gofer+Way,+Raleigh,+NC&sll=35.899445,-78.553813&sspn=0.007787,0.013819&ie=UTF8&cid=1665380271390109011&ll=35.937432,-78.546753&spn=0.194582,0.291824&z=11&iwloc=A&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=Gofer+Way,+Raleigh,+NC&sll=35.899445,-78.553813&sspn=0.007787,0.013819&ie=UTF8&cid=1665380271390109011&ll=35.937432,-78.546753&spn=0.194582,0.291824&z=11&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
cute editor replaces above code to below:
<br />
<small><a
href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=Gofer+Way,+Raleigh,+NC&sll=35.899445,-78.553813&sspn=0.007787,0.013819&ie=UTF8&cid=1665380271390109011&ll=35.962446,-78.484955&spn=0.083366,0.102997&z=12&iwloc=A"
style="color: #0000ff; text-align: left;">View Larger
Map</a></small>
Thanks in advance.