Friday, February 11, 2011

Wikipedia Baby Ezcema

link in new window blogger

Open link in a
new window

Update 06/12/2010

When inserted into a blog link to a page not part of this blog, it is essential that this page opens in another window, so that the reader closes this page is found in the blog started.

Just use the following code, which changed the address (http:// ...) of the target to be achieved:
\u0026lt;a href = "javascript: void (0)" alt = " "alt =" "onclick =" window.open ('http://radios-en-ligne.blogspot.com/') return false; "> 250 RADIO ONLINE \u0026lt;/ a>
* * * * *
Another method is used, it may happen that it does not work on some pages.

Just add: target = "_blank" at the end of the link after the address ("http:// ...") of the page to go:

Example: \u0026lt;a href =" http:// ..........." target = "_blank">

* * * * *
This also applies to images on which you click to enlarge. It is that by closing these images, visitors stand on the original blog.

Again just add: target = "_blank" at the end of the link.

* * * * *
can also apply an open ALL links in the blog in a new window. To do this, simply, in the model (template) of the blog, paste:

\u0026lt;base target='_blank'/>

just after \u0026lt;head>.

It may also mean an opening in a new window all the links in the messages. To do this, simply add the additional code just after:

\u0026lt;div id='main-wrapper'> (or equivalent for the name may change from one blog to another).

It may also mean an opening in a new window all the links in a sidebar. To do this, simply add the additional code just after:

\u0026lt;div id='right-sidebar-wrapper'> (or equivalent for the name may change from one blog to another).

* * * * *
Reminder:

A link is embedded in a message or a gadget. These words (or image) on which you can click to open a new page (or a larger image) instead of the current page.

Example: the word "HOME":

If it is transformed into link, it reads: \u0026lt;a href = "http://modifier-les-modeles-de-blogger.blogspot.com/" > HOME \u0026lt;/ a>

"http:// ..." is the address of the new page.

can add "target =" _blank "at the end of the address like this:

\u0026lt;a href =" http://modifier-les-modeles-de-blogger.blogspot.com/ "target = "_blank"> HOME \u0026lt;/ a>)

The new page will open in a separate window. When the reader closes, he will find himself on the start page.

* * * * * For
open links gadget "Labels" in a new window, you must modify the "template" (template) of the blog.

In the "Table of edge ", click" Page Setup "then" Edit HTML ".

Tick" Developing models of gadgets.

Search the following code (Ctrl + F), inserted twice:

expr: dir = 'data: blog.languageDirection' expr: href = 'data: label.url'

must add "target =" _blank "to these two sentences.

They become:

expr: dir = 'data: blog.languageDirection' expr: href = 'data: label.url' target = "_blank"

0 comments:

Post a Comment