Place the button displaying Reject below the button displaying Accept.

<html>
<body>
<p>Roland sent you a friend request.</p>
<button>Accept</button>
<br>
<button>Reject</button>
</body>
</html>]]>

Make sure to pick <button>Accept</button>, followed by <br>, and finally <button>Reject</button>.