Maybe this?... https://developer.mozilla.org/en-US/...Element/figure
Spoiler:
PHP Code:
<figure class="centre">
<img src="../Images/stepper.jpeg" alt="Stepper Diagram" style="width:80%"/>
<figcaption class="centre">The plan for Willis Linsay’s original ‘Stepper’ as anonymously posted online<br/><small>(please note: the publisher accepts no responsibility for the inappropriate use of this diagram or the technology it represents.)</small></figcaption>
</figure>
Last edited by Karellen; 04-16-2023 at 05:56 AM.
Reason: Add example code
|