Difficulty: Easy | Updated: May 2, 2019
In some cases you may want to have advertisements open in a new window.
Common ad code would look like something like this:
<a href="https://www.arnan.me"><img alt="" src="http://cdn.ajdg.net/images/arnan.png" /></a> |
To open this advert in a new window add – target=”_blank”, like so.
<a href="https://www.arnan.me" target="_blank"><img alt="" src="http://cdn.ajdg.net/images/arnan.png" /></a> |
To add this more easily you can also use the clickable tags next to the AdCode field.