NetTalk Central

Author Topic: insert image in tinymce xhtml text field  (Read 2124 times)

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
insert image in tinymce xhtml text field
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: insert image in tinymce xhtml text field
« Reply #1 on: October 19, 2020, 08:39:26 PM »
which nettalk build?

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: insert image in tinymce xhtml text field
« Reply #2 on: October 20, 2020, 12:23:07 AM »
hi bruce,
nt11.43
c11

jason

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: insert image in tinymce xhtml text field
« Reply #3 on: October 21, 2020, 04:21:32 AM »
I don't know what you are doing wrong.

cheers
Bruce

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: insert image in tinymce xhtml text field
« Reply #4 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