> I am trying to display some HTML body in a richtextbox. Therefor I convert
> the *.html file to *.rtf using the wordobject
[quoted text clipped - 22 lines]
> Does anyone know the reason why this difference occurs, or a way to always
> include the images in the RTF??
ok. I disected the HTML behind the google-page and found something completely
illogical....again.
The line that makes sure the images are included in the RTF is:
<INPUT type=hidden value=nl name=hl>
from the below code, without this line Word will not include the
image........why does this line effect the includeing of images in RTF? It
really seems to have nothing to do with the 'logo.gif' IMG...?!?!?!?!
<HTML><BODY><BR id=lgpd>
<IMG height=110 alt=Google src="logo.gif" width=285>
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR vAlign=top>
<TD noWrap align=middle>
<INPUT type=hidden value=nl name=hl>
</TD></TR></TBODY></TABLE></BODY></HTML>
> I really would appreciate if anyone could help me with this, even if you
> don't have the sollution could someone please confirm that this is in fact
[quoted text clipped - 28 lines]
> > Does anyone know the reason why this difference occurs, or a way to always
> > include the images in the RTF??
TriXteR - 29 Jun 2007 10:26 GMT
nice to see the overwelming responces.....
I've given it up, quit my job and am now a prostitute....
> ok. I disected the HTML behind the google-page and found something completely
> illogical....again.
[quoted text clipped - 47 lines]
> > > Does anyone know the reason why this difference occurs, or a way to always
> > > include the images in the RTF??