HTML Embedded Image

  • Hello why is sometimes an embedded image not stored to HTML?


    Code
    1. <txtobj wpsty=[[Type:12;Source:[[_img4.PNG]];Width:11347;Height:2434;Wrap:0;]] ch=1 data="wpvcl-binary" type="TWPOImage">


    I don't know exactly why, but sometime the image has an

    Code
    1. Source:[[_img4.PNG]];

    and if this is present, the image in the HTML is stored as link.
    if i remove the

    Code
    1. Source:[[_img4.PNG]];

    the image is correctly exported as embedded data