Posts: between title/excerpt –> large empty image hyperlink space
-
Hello,
For posts where in the excerpt of the article is a Hyperlink (not shown in post overview-grid) I have the issue that in Internet Explorer a large white image/Hyperlink space is shown.
Below the HTML difference in the source.
Thanks in advance for any help, what would need to be fixed.IE:
<div class="frame"> <a href="https://www.a-website.com/"> <img style="width:100%;" src="" alt=""></a> </div>
Firefox works and has more code (class-“more” is added):
<div class="frame"> <a href="https://www.a-website.com/"><span class="more"></span> <img style="width:100%;" src="" alt=""></a> </div>
If there is no hyperlink in the excerpt area FF and IE show it both the same.
<div class="frame"></div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Posts: between title/excerpt –> large empty image hyperlink space’ is closed to new replies.