September 10, 2014 at 7:24 am
Hi Ben,
have a serious issue. I have updated today the website to V2.6. My links ar not working anymore in the footer.
I have following code in General Settings/Fußzeilen Urhebertext:
<span style="float:left; font-size:14px;"><a class="bfm-contact" href="/Kontakt" style="align:left">Kontakt</a> | <a class="bfm-customer-info" href="/Kundeninformationen" style="align:left">Kundeninformationen</a> | <a class="bfm-data-priacy" href="/Datenschutz" style="align:left">Datenschutz</a> | <a class="bfm-impressum" href="/Impressum" style="align:left">Impressum</a></span><span style="float:right; font-size:14px;">Copyright [copyright] [the-year] | <a class="bfm-footer-link" href="/">[site-name]</a> | All rights reserved.</span>
On the right side all works. On the left side no hyperlink is shown. I deleted all and copied following:
<span style="float:left; font-size:14px;">Copyright [copyright] [the-year] | <a class="bfm-footer-link" href="/">[site-name]</a> | All rights reserved.</span><span style="float:right; font-size:14px;">Copyright [copyright] [the-year] | <a class="bfm-footer-link" href="/">[site-name]</a> | All rights reserved.</span>
Same code on both sides but only the right side works.
How get I this working?
Thanks Josef