Hello,
Please, be aware that I'm quite new to JQuery. :)
At the moment I'm working on a mobile website using ASP MVC 4 and I encounter a problem with the footer when I use a A href link to a new page.
Let me explain:
The first page is renderen without a Layout page, the second page has a layout page and adds a footer at the end of the page.
<a href="/Home/Filiaal">
<img
src
="/Content/App Images/duim.png"
alt
="Direct bestellen"
width
="50"
height
="50">
<span
class
="icon-label">
Direct bestellen
</
span
>
</a>
This new url causes my footer not to render properly (it adds an extra line under the icons).
Anyone a clue?
Thanks,
Arnoud