I'm after this info for blogger, but really, it'd be good to know in general.Regarding blogger.com - is there an option hidden somewhere that I'm unaware of that can open all links in my posts or on my page in a new window by default?Or better yet, is there a html/css code I can put in my header or somewhere else along the way? Best place to put it?I ALWAYS forget to include target="_blank" in my links and I'd like to just figure out a better way to work around this in general
5/28/2008 11:40:52 AM
check out some of the results here: http://www.google.com/search?hl=en&q=default+target+for+ahref+linkslooks like you just have to use < base target="_blank"> (w/o the space in front of base)]
5/28/2008 11:43:57 AM
wrong thread[Edited on May 28, 2008 at 12:01 PM. Reason : ]
5/28/2008 12:01:21 PM
I used "<base target="_blank"></base>" after <head> and blogger took it from there. It did not like not having a close tag at first, but once I added that it did what it wanted with it and seemed to do the trick for all the links!^^ THANKS!! [Edited on May 28, 2008 at 12:26 PM. Reason : ...]
5/28/2008 12:26:13 PM