I'm testing img_assist and tiny_mce together on my workstation, consequently the base URL of the site where I am testing is http://localhost/drupal-4.7.4. Using the two modules I am able to include an image in the text and it works fine. However, when I check the URL generated for the image (editing the node), I get this (for example):
<img class="image preview" src="/drupal-4.7.4/files/images/arm32_0.jpeg" border="0" alt="pensive" title="pensive" width="640" height="354" />
As you can see the code includes a part of the base url (namely, "/drupal-4.7.4"). This doesn't appear to cause any problems now, but if I ever change the base URL to the site, of course all my img statements will cease to work.
Comments
Comment #1
sunIf you are using Image Assist tags instead of direct HTML output (selectable in the popup window), then you can re-generate all HTML for inline images by clearing the cache of your drupal site. See Drupal handbooks on how to clear the cache or come back if you need further information.
Comment #2
(not verified) commented