Roll Over href attribute
Posted: Tue Apr 05, 2022 10:01 pm
Pablo,
I'm getting an "Empty "href" Attribute" on rollover images on the hover image when I Spyder my site for errors.
<div id="RollOver1" style="overflow:hidden;">
<a href="">
<img class="hover" alt="" src="images/4-476BC.jpg" width="475" height="319">
<span><img alt="" src="images/4-476BC(1).jpg" width="475" height="319"></span>
</a>
</div>
Apparently, I can remove the main image "href" but not the hover image "href". I don't see a way to set the "Link to" value to none to remove the line?
I was able to find the solution for the same problem in Carousel images when I realized "http://" was being added to the "Link to" from the URL: field. I just had to delete the "https://"
I'm getting an "Empty "href" Attribute" on rollover images on the hover image when I Spyder my site for errors.
<div id="RollOver1" style="overflow:hidden;">
<a href="">
<img class="hover" alt="" src="images/4-476BC.jpg" width="475" height="319">
<span><img alt="" src="images/4-476BC(1).jpg" width="475" height="319"></span>
</a>
</div>
Apparently, I can remove the main image "href" but not the hover image "href". I don't see a way to set the "Link to" value to none to remove the line?
I was able to find the solution for the same problem in Carousel images when I realized "http://" was being added to the "Link to" from the URL: field. I just had to delete the "https://"