It sounds like the graphic elements need to be declared as such in the .dcf file, which is in the doctype directory. Find the Specials tag, insert a <Graphic> tag for each element that is supposed to be a graphic, and fill in the relevant attributes. It will look something like this in ASCII:
<Specials>
<Graphic element="graphic" filename="name"/>
...
</Specials>