View Single Post
Old 05-17-2021, 11:45 AM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,657
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
If you're trying to make the image an actual link, then that's fairly hit-or-miss when it comes to working properly across a range of devices/apps. That's probably why you "lose the URL and doesn't work". Especially if you're testing on something that uses Adobe's RMSDK for rendering.

Many devices provide some sort of pan and zoom functionality with images that wouldn't work if tapping on an image were to follow a link instead.

You're better off using text for the link and adding the image separately.

Quote:
Originally Posted by ebookscovers View Post
IS THIS BELOW CORRECT because I lose the URL and doesn't work:
<div class="figure"><img src="../Images/twit.jpg" width="560" height="67" alt="twit.jpg"/></div>
<p><a href="https://twitter.com/UnknownOrigins9"><div id="box5"</a></p>
You lose the link because there's nothing between the opening 'a' tag and the closing 'a' tag to BE the link. There also still seems to be some syntax errors in general with that snippet.

Sigil doesn't appear to be related to the issue here. You seem to need to do a little brushing up on html in general.

Last edited by DiapDealer; 05-17-2021 at 11:51 AM.
DiapDealer is offline   Reply With Quote