Is ther limitations as to what can be added as HTML file into a document?
I tried to user the below HTML content to be added as a document part. It worked but failed to show the image Does this mean a image cannot be referenced from a web site in a document referenced HTML?
<html>
<head> <meta http-equiv="Content-Language" content="nl-be" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> <title>Test Html</title></head>
<body>
<p>Test:</p> <ul> <li>One</li> <li>Two</li> <li>Three</li> <li>Four</li> </ul> <img src="http://www.google.co.in/images/hp1.gif" width=50 height=78 alt=""></body>
</html>
Shouldn’t you use XLink to show images?
I think that they aren’t shown in this form without XLink references.