Although I have both a Title and Description assigned to THIS panorama image, only the Title is displayed.
As a work-around for now, for THIS OTHER panorama image, what I did was add a description to the Title line, using <span class="mybreak"> to separate the title & description, as follows:
Code
<span style="color:yellow">
<small>
My village where I lived from 1981 until 1983: Hügelsheim, Municipality of Rheinmünster, Rastatt District, Karlsruhe Region, Baden-Württemberg, West Germany.
<span class="mybreak">
<span class="mybreak">
<small>
Shown are 2 of the restaurants where I ate many of my meals... and had many a beers: first in view is the Gasthaus Grüner Baum (Green Tree Inn) on this side of the street, followed by the Gasthaus zum Schwan (Swan Inn) on the other side of the street, both on Hauptstraße (Main Street).
</small>
</small>
</span>
</span>
</span>
Note that I have 2 mybreaks in the above code, trying to force 2 linebreaks, but only 1 linebreak is implemented. The single linebreaks work great for many of my folder titles on most of my X3 sites, and seem to work fine here for the panoramas too, except here just 1 linebreak is recognized. What I did, as a work-around for now :sunglasses:, is to separate the 2 mybreaks with a space, as follows:
Code
<span class="mybreak"> <span class="mybreak">
Question 2: If not, is there a way that I can force 2 linefeeds in these situations? Possibly I will require a 2nd Custom CSS for the 2 linebreaks? My current one, for 1 linebreak, is:
Code
/* Adds line-breaks to titles */
.mybreak {
display: block;
}
Question 4: What is the purpose for, and is it normal for, the Title displayed over Panorama images to be displayed as a hyperlink? Clicking on the Title/hyperlink doesn't seem to do anything.
Thank you in advance & have yourself a great day.
Regards,
John