I added a html block to account page and trying to put some simple link/URL in it.
<html>
<body>
Invite your contacts from yahoo, google, msn ...etc to join mybuddiez.com <br> <br>
<a href="www.mysite.com/OpenInviter/getfriends.php">Invite contacts</a>
</body>
</html>
but it is appearing as it is with those tags...i was expecting that it would only show a link for that page.
how do i put the code in it?