-
Open in New Window
OK - so I convinced my business partner to use word press and we have 6 blogs in production - 2 live - However we cannot fiqure out how to get the ads to open in a new window and not over our page - anyone know where we might find the correct code to fix this problem - Thanks
Trey
-
How are you serving the ads? Are they hard-coded in to the page or are you using an ad rotation script?
If you are using a script to serve them, you should be able to set the script to open them in a new window, or at least open up the template and hardcode in a target=new tag.
Regards,
Lee
-
The ads are hard coded - thanks trey
-
ok, so add into the link this command: target="_blank"
<.a href="http://somedomain.com" target="_blank">Hot Links without the two periods before and after the a's
-
aldo you can get a plug in to open in new window that somet imes works
-
Bec is spot on with the solution