How am I doing, so far?
(demo album removed)
First, why is using the theme image (the abstract art with tuba bells) on the info page tricky? Because it's not being used as a simple background image on the main index page - it's being used within a defined page element, and is then being controlled by a parallax script. That element, and that script, don't exist on the info page.
So why not just attach that image as a background image on the info page? Because there's only one CSS file for the album, so if you attach that image to <body> or <html>, it will apply to the main index page, as well as the info page, and will be a mess.
One little side problem: using the theme image on the info page makes the "Return to index page" icon damned difficult to see.
Turning the info page image into a clickable link is tricky simply because the page isn't structured to do that (I should probably add that option to the skins).
jQuery to the rescue. We can't just plug some scripting stuff into
Code > HTML, again, because it would apply to all pages in the album, not just the info page. But guess what we can do. We can plant Javascript in the info page text itself! It's an offense against dog and man, but it's actually valid HTML.
I also stuck the "Return to index page" icon into the info page text, so it's much easier to find. I left it in its usual location, as well - no harm.
(next post....)
Edited by: JeffTucker on 17 Jan 2024, 17:41