Here is my footer:
<footer style="background-color:#1b1c1f;" class="center">
<p class="center" style="color:rgb(255, 255, 255); font-family:arial; font: size 24px;">© 2022 Moonlight™ All rights reserved.</p>
<a href="https://moonlighthq.net/terms.html">
<p style="text-decoration: none; color:rgb(255, 255, 255); font-family:arial; font: size 24px;">Terms</p>
</a>
<a href="https://moonlighthq.net/privacy.html">
<p style="text-decoration: none; color:rgb(255, 255, 255); font-family:arial; font: size 24px;">Privacy Policy</p>
</a>
</footer>
My problem is, is that it shows like this: "© 2022 Moonlight™ All rights reserved.TermsPrivacy Policy" on our website. How can I add a " " between the <p> and <a>. And I did try putting a space in the <p>