
Wird eine Beschreibung mit dem Bild eingefügt, so erstellt WordPress einen Rahmen um die Grafik.
Der Code sieht dann aus wie:
<a href="https://wandern.mihei.ch/wandern/wp-content/uploads/2011/07/Gelmerh%C3%BCtte.jpg">
<img class="alignleft size-full wp-image-119" title="Gelmerhütte" src="https://wandern.mihei.ch/wandern/wp-content/uploads/2011/07/Gelmerh%C3%BCtte.jpg" alt="" width="900" height="250"/>
Ohne Beschreibung wird kein Rahmen erzeugt:
der Code ist
<a href="https://wandern.mihei.ch/wandern/wp-content/uploads/2011/07/Gelmerh%C3%BCtte.jpg">
<img class="alignleft size-full wp-image-119" title="Gelmerhütte" src="https://wandern.mihei.ch/wandern/wp-content/uploads/2011/07/Gelmerh%C3%BCtte.jpg" alt="" width="900" height="250"/>