I've got a page with a list of testimonials and at one point on the site, I have this:
<a href="testimonials#{{$test
->id}}">re
ad more...</a>
The idea being that when the user clicks on the link, they're taken to the
http://nomas.site/testimonials#2 and advanced to the testimonial with the id of 2.
I've got that particular testimonial listed with a <a name="2"></a> like you would expect but it doesn't seem to work.
Any ideas?
http://nomas.site/testimonials#2
Now, something's happening because the page does advance to a position other than the top of the content, but it's the same position every time which is what lead me to believe that something was "off."
If you're telling me that everything looks good from you standpoint, I'll go back and pop the hood on this and see if I'm not missing something obvious. My biggest concern was that there might be something within the Laravel paradigm that required a special accommodation for a route followed by a "#" character.