Hallo,
besten Dank, ich habs jetzt mal so versucht wie unten, ohne <a> klappts super, wennn ich aus dem Begleittext einen Link machen will, ist der Text weg. Weiß jemand wieso?
lg
<html>
<body>
<style>
.myclass {
position:absolute;
}
</style>
<a class="myclass">
<img src="./report1.jpg" alt="Kurzbeschreibung">
<span style="
position:absolute;
display:block;
bottom:0;
width:200px;
height:22px;
text-align:center;
background:rgba(0, 0, 0, 0.3);
color: orange;
font-weight:bold;
">
<a href="">Begleittext</a>
</span>
</a>
</body>
</html>