Roll Over href attribute

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
pacstar
 
 
Posts: 151
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Roll Over href attribute

Post by pacstar »

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://"
Joe_120
 
 
Posts: 30
Joined: Fri May 21, 2021 3:10 pm
Location: Cornwall

Re: Roll Over href attribute

Post by Joe_120 »

You could enter #0 which is a link that doesn't take you anywhere. Entering # on it's own may, on some browsers, move the page to top.

Joe
If it wasn't for bad luck, I'd have no luck at all.
User avatar
Pablo
 
Posts: 22474
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Roll Over href attribute

Post by Pablo »

The empty link is added to make the rollover work.
You can change the href value via the 'Link' properties.
Post Reply