NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ntnewbies on October 19, 2020, 06:53:32 PM

Title: insert image in tinymce xhtml text field
Post by: ntnewbies on October 19, 2020, 06:53:32 PM
hi friends,
i could add the image in the xhtml enabled text field if my application is under debug mode.
but once i turn on the web mode, then i could not insert image in the field.
even if i put the html line, it shows empty box.

<div id="site_content">
<div id="content">
<div class="content_item"><img title="" src="http://www.rks.com.my/images/mrp.png" alt="" width="241" height="52" border="0" />
<h1>testing image</h1>

what am i doing it wrong?

jason
Title: Re: insert image in tinymce xhtml text field
Post by: Bruce on October 19, 2020, 08:39:26 PM
which nettalk build?
Title: Re: insert image in tinymce xhtml text field
Post by: ntnewbies on October 20, 2020, 12:23:07 AM
hi bruce,
nt11.43
c11

jason
Title: Re: insert image in tinymce xhtml text field
Post by: Bruce on October 21, 2020, 04:21:32 AM
I don't know what you are doing wrong.

cheers
Bruce
Title: Re: insert image in tinymce xhtml text field
Post by: ntnewbies on October 25, 2020, 07:27:02 PM
hi bruce,
the problem is i can easily insert the image link in xhtml supported text field if i run the program on localhost. it can display perfectly well.
once i upload it online, it lose the support.

jason