SeanG Posted August 25, 2020 Share Posted August 25, 2020 Site URL: https://www.rogueremotecoaching.com Hello everyone, I have been trying to fix my broken anchor links with no success. I entered a line of code <div id"anchor"></div> for my final section (apply for coaching) and applied it to all my buttons on the page (apply for coaching) and nothing. On the side panel for pages I have online coaching and blog. I cannot seem to figure out how to add a section and think this may be the issue as I cannot add a URL Slug. Any help is appreciated! Link to comment
jpeter Posted August 25, 2020 Share Posted August 25, 2020 Missing an = after the id attribute. Should be: <div id="anchor"> </div> Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
SeanG Posted August 26, 2020 Author Share Posted August 26, 2020 18 hours ago, jpeter said: Missing an = after the id attribute. Should be: <div id="anchor"> </div> Thank you! Not sure how I missed that! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.