You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Unable to get an option confluence HTML Macros in manage app. Also how can i get to know which version and hosting type i am using.
Yes, that's right. Then how do I enable HTML macros for importing .htm bulk of pages. How can i do for this without changing any text style, image properties.
The html macros have nothing to do with importing pages.
See https://support.atlassian.com/confluence-cloud/docs/import-content-into-confluence-cloud/ for your import options.
Thanks for your quick reply.
My actual requirement is , I have already created my all pages in MADCAP flare authoring tool. The output of the file is online HTML (webpages). Now I want to migrate my all existing written pages to confluence cloud version without changing any page style. In my pages the CSS (stylesheet, HTML), images, etc, are included. How can I migrate those pages to confluence.
Please help me on my above requirement.
Confluence is not an html storage and display engine, it's a wiki. You'll be able to import content page by page, but it's going to come out as raw html if you just import it flat.
You'll need to throw away your html, and go back to the actual content. Import that, and then change the look and feel of Confluence so it matches what you are trying to achieve.
Thanks for reply.
After importing the web content through custom HTML CSS and javascript, the images & links are not working after the changing the path also.
Looking for more info in detail on images and links formatting.
If you can provide demo/guide on custom HTMl CSS and javascript app on how to use/create the layout that would be easier to take decision on purchasing the add on app.
Is there way where i can copy bulk of images though Custom HTML CSS & Javascript
You have not said what "add on app" you are using, and how you import images is entirely up to whatever method you have chosen to do the importing with. I can't help you with stuff you haven't told us about.
i am using trial version of Custom HTML CSS javascript add on, whcih they provide me -
kindly suggest on images and links are not working with above add on/macros
Right, so that app displays things in a different way to core Confluence. That's fine, but all I can tell you about it is that you need to change your data so that it is valid for Confluence.
There's no magic "fix data that is wrong" here, you're going to need to look at each image and link that is not working and change it to a working one.
Thanks.
I used following tag with correct path which is publicly accessible -
<img width="20" height="20" src="\\x.x.x.x\Bulk-Export\Images\acCAM.png">
still the image is breaking on page. Kindly check.
You should not be doing this with html, it breaks because Confluence is not built to do it that way. Use the attachment display macro instead.