Hello,
I want to know how I can change the target attribute of all links on a page. Is there a way to set it globally, so that whenever I post a link on my blog, the target attribute will automatically be set to "_top"? It may not be possible.
Thanks
Links
Started by
Guest_Shan Abbasi_*
, Oct 17 2006 08:38 AM
3 replies to this topic
#1
Guest_Shan Abbasi_*
Posted 17 October 2006 - 08:38 AM
Guest_Shan Abbasi_*
|
|
|
#2
Posted 21 October 2006 - 05:52 AM
Use the following within the HEAD tags
<base target="_top">
<base target="_top">
#3
Posted 21 October 2006 - 05:58 AM
Are you using frames? Shouldn't you be using target="_blank">?
#4
Posted 23 October 2006 - 05:42 PM
target="_top" is for the top frame. If he is using frames then this would be correct.


Sign In
Create Account

Back to top










