When exporting a space to HTML the images are not equally refrenced resulting i broken reference to some images.
It seems lika a randomly behaviour, some images have corret link on a page and some some dont
Example from a HTML page:
</td> </tr> <tr> <td class="gallery-image" style="width: 300px"> <img border="0" src="attachments/thumbnails/40337509/52625412" width="225" height="300"> </td> <td class="gallery-image" style="width: 300px"> <img border="0" src="attachments/thumbnails/40337509/52625411" width="300" height="225"> </td> <td class="gallery-image" style="width: 300px"> <img border="0" src="download/thumbnails/40337509/327301341" width="300" height="225"> </td> </tr> <tr>
Working link: src="attachments/thumbnails/40337509/52625411
Broken link: src="download/thumbnails/40337509/327301341"; as there is no download folder in the exported zip-file
No difference by using CLI or Confluence Export Space function
Confluence ver: 4.3.7
Does anyone have a slution do this?
no, all images are saved as attachment to current page. I.e all images are listed on the attachment page, and it's also correctly listed at the bottom of the exported HTML page but not shown inline in page.
Any change, that the image is referenced from another space?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.