View Single Post
Old 05-17-2021, 01:17 PM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,784
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
My preference where it is desired to attempt to make an image clickable is to insert the link twice. Once for the image and again using a text line below the image.

Code:
  <div class="box5">
    <p class="figure"><a href="https://www.google.ca"> <img src="../Images/twit.jpg" alt=""/> </a></p>

    <p class="center"><a href="https://www.google.ca">This is a clickable link</a></p>
  </div>
DNSB is offline   Reply With Quote