Hello,
I'am using IDOeditor and I like it.
But:
I'am using the programm SYNK to. The programm synchronize bv articles between 2 ore more sites. When write an article in site-1 the article appears also ins site-2.
Only when opload a image in site-1 the image doesn't appears in site-2. That's because the URL of the image in the HTML-code is like
<p><a target="_blank" title="Meer" rel="rokbox[374 500]" href="/images/idoblog/upload/62/5531.jpg"><img alt="Meer" src="/images/idoblog/upload/62/sm/5531.jpg" /></a></p>
I would like it to see as:
<p><a target="_blank" title="Meer" rel="rokbox[374 500]" href="/***MY-SITE-URL***/images/idoblog/upload/62/5531.jpg"><img alt="Meer" src="/***MY-SITE-URL***/images/idoblog/upload/62/sm/5531.jpg" /></a></p>
(And see the big picture also in re rokbox.)
If this will work then the images on both sites.
Thanks Jos