I have a link in the text block on my albums that is supposed to link back to another page on the site. This works in Backlight 5, but is giving me errors in Backlight 6. I have an image attached of the text in question as the html is interpreted in this message.
That is not the issue. I have not created the ‘some images’ folder yet. The problem is the link to basically go back one level. The expected URL as shown is not converted properly.
One thing that I have noticed using IONOS is that when I exit the page and go to it again (even on a different browser) it takes me back where I was last, rather than the home page. Have I done something wrong in settings?
oops, I was looking at the missing image code not the code for the bad links…
The code you’re using doesn’t step back one level.
For example <a href="clubs/002-queen-city-coopers2">here</a> looks for a folder (clubs) that’s inside of the current page folder when you want, I believe, to first go up one level.
I think the relative url should be <a href="../clubs/002-queen-city-coopers2">here</a>
The same problem is occurring for the inline image as well as the other links on the page.
If your link starts with /, then it starts at the root of your page. If the link starts with some_text, then it starts at the current location of your page.
So instead of clubs/002-queen-city-coopers/video-mini-bridge-vimeo, you might want to use /PhotographyGallery/clubs/002-queen-city-coopers/video-mini-bridge-vimeo.