Quick question
I am trying to call an anchor on 1 confluence page from a giffy diagram link on another confluence page.
How do you reference pages with spaces in to get the anchor to work or is it a limitation?
If I call the following link it finds the page but won't call the anchor
https......../Kafka+Engagement#Kafka+Engagement-kafka_structure
If I call this shortened link with no space it finds the page and will call the anchor successfully
https......../Kafka#Kafka-kafka_structure
Any suggestions?
It's amazing what a new day and a fresh head can do. I have fixed my own issue following a read of the guidance again (I think a few more worked examples clearly explained my benefit the support pages).
When you team name has a space in it, you concatenate after the hash.
So in my case a page name of "Kafka Engagement" becomes Kafka+Engagement in the web address but needs to be KafkaEngagement post # to call the anchor correctly on another page where kafka_structure is the anchor
Kafka+Engagement#KafkaEngagement-kafka_structure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.