Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi, In the jsp page where I have included header.jsp and footer.jsp, I am trying to add the link "Back to Top" in the footer.jsp. when I used the common code like: <a href="#top">Back to top</a> When I tested this jsp page in the browser, I found the link is changed to <a href="footer.jsp#top">Back to top</a> ==> Can you give your suggestion? Thanks in advance. David