Greetings,
links redirecting to other website not working....
Am trying to display member's website as a link, which is retrieved from database, as link, when clicked should redirect or go to that website. But members website url is getting appended to the end of the site base url as shown below .
[a] href="www.mysite.com/member/details/">Click for Web Site[/a]
i want this to be as
[a] href="">Click for Web Site[/a]
the code , in phtml:
[a] herf="data['website']">Click for Web Site[/a]
how to avoid baseurl getting prepend to the link.