wordpress hit counter
HTML content as a document part - Other - Development Tools - OpenXML Developer

HTML content as a document part

Development Tools

Discussions about working with Open XML using a wide range of development tools

HTML content as a document part

  • rated by 0 users
  • This post has 1 Reply |
  • 0 Followers
  • 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.

    Best regards Keyvan Nayyeri
Page 1 of 1 (2 items)