What is the html code for opening a link in a new window?
I have an add on my website, at I would like to have this open in a new window, and I have to change this manually.. How?
Thank you!
What is the html code for opening a link in a new window?
I have an add on my website, at I would like to have this open in a new window, and I have to change this manually.. How?
Thank you!
<a href="yourexistingadlinkurl" target="_blank">advertisingtextor image</a>
basically add target="_blank" to your link, at the position as above.
This topic has been closed to new replies.