Using the actual webuilder (10.20.121) I found the following bug/problem:
1) I used http://www.google.com/publicdata/directory (google public data) to create a chart, which I embedded as iframe
2) the *complete* html-source code is:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test</title>
</head>
<body>
<iframe width="400" height="325" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://www.google.com/publicdata/explore/embed?ds=d5bncppjof8f9_&ctype=l&strail=false&nselm=h&met_y=nv_agr_totl_zs&scale_y=lin&ind_y=false&rdim=country&tdim=true&tstart=0&tunit=Y&tlen=37&hl=en&dl=en&iconSize=0.5&uniSize=0.035000000000000024"></iframe>
</body>
</html>
3) I can reproduce this behaviour.
Can anyone confirm this bug/problem?
thanks
Gorky