Empty "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:

Empty "href" Attribute

Post by pacstar »

Why is there an empty "href" attribute made when a rollover image is made?

Here is the html code I am getting,,

<div id="wb_LayoutGrid2">
<div id="LayoutGrid2">
<div class="row">
<div class="col-1">
<div id="wb_RollOver1">
<div id="RollOver1">
<a href="">
<img class="hover" alt="Triumph Bonneville T120 ....

Is there a way to correct it? I can't see where in the properties where it is being created.

Thanks,
User avatar
Pablo
 
Posts: 22474
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Empty "href" Attribute

Post by Pablo »

There is an empty href because otherwise the rollover will not work.
If you do not want it to be empty then you can set an URL in the 'Link' properties.
pacstar
 
 
Posts: 151
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Re: Empty "href" Attribute

Post by pacstar »

Pablo,

I figured the work around. The slideshow image(s) had an External Link to URL link "http://" in the image properties. Once I removed that value and left the field blank, the error went away. So, the link checker was seeing <a href="https://">.

It wasn't in all of the slideshow images, so I'm not sure if that was added by default or what caused it?

Thanks
Post Reply