[OGo-Developer] how include an <iframe > tag in a tab in a .wox template?
Helge Hess
developer@opengroupware.org
Mon, 19 Feb 2007 00:09:22 +0100
On Feb 18, 2007, at 20:02, Sebastian Reitenbach wrote:
> <iframe src="/index.html" frameborder="1"
> width="100%" height="500" scrolling="yes" />
I think this should work just fine, but try adding a space inside the
tag:
<iframe ...> </iframe>
At least this is required for <script> </script>.
Having say that your example misses namespaces? Possibly you need to
put iframe into the HTML namespace?
<html:iframe xmlns:html="..." ...> </html:iframe>
Greets,
Helge
--
Helge Hess
http://www.helgehess.eu/