MJackson Posted May 15, 2020 Share Posted May 15, 2020 I am trying to figure out how to correctly use this number reference format that squarespace uses for inserting links in markdown blocks. Below is the code that I have for the block. I'd like my custom button to link to the "eligibility" page. What I get now is a 400 error page. Thanks in advance for any help! <div style="background-color:#002447;color:#ffffff;padding:30px">The focus of Kaihatsu Mentoring is to find the best university options for the fencer. The student athlete will benefit from advice on university and tournament planning, analysis, and the insight gained from Kaihatsu’s over 35 years of fencing experience and 27 years of NCAA recruiting and coaching. <br> <p><a href=["/eligibility"][1] class="myButton">Learn more</a></p></div> [1]: /eligibility Link to comment
MJackson Posted May 15, 2020 Author Share Posted May 15, 2020 Okay, I figured out where I went wrong. Below is the button code that correctly enables the link. If you know of a better way to do this, feel free to share. <p><button class="myButton">[Learn more][1]</button></div> [1]: /eligibility Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 See this guide. https://support.squarespace.com/hc/en-us/articles/206543587-Markdown-cheat-sheet Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.