Header ad – open in new window

Posted in: Newspaper
Post count: 3

Hi,

I want to set a non adsense ad in the header, an image with a link opened in a new window.
I’m using the following code:
<div class=”td-all-devices”>

</div>

In spite of the link still opens in the same window. How can i fix it?
Thanks
Szilvia

Post count: 20688

Hi,

The link property that makes it open in a new page is the target property
https://www.w3schools.com/tags/att_a_target.asp
In order to have it open in a new page use the target=”_blank” property
https://www.screencast.com/t/XlNB4spq

Thanks

Post count: 20688

Hi,

The link property that makes it open in a new page is the target property
https://www.w3schools.com/tags/att_a_target.asp
In order to have it open in a new page use the target=”_blank” property
https://www.screencast.com/t/XlNB4spq

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.