Adding quick-access buttoon menu
Hello all!
I am using a theme with the navigation menu above the header, so I would like to create a quick-access button menu on the main page. I am using the html button tag as follows (verified with w3c school) as:
<a href=page address><button type="button">Join Now!</button></a>
Upon saving, the code is rearranged to have the </a> directly following the <a>, sometimes tripling the <a>page address</a> elsewhere in the string. The button appears, but it does not link to the page.
Any ideas?