If I want to view 2 or more websites from listings in the directory I can't as opening more than one Website Link (which opens in a new tab) replaces the previous opened link. How can I set each Website Link to open in new tab? Thanks
Add code given below Code: TARGET="_blank" in every anchor tag. For example Code: <a TARGET="_blank"href="Enter your link address">Enter your text</a> Sending image for reference This will solve your issue.