Thursday, October 22, 2009

How to make new target for links


 How to make new target for links

It is easy to make any of the link from our post for both image and lines. Let we in this section discuss,  how to make a link and make the target in the new window

1. While Editing the post in the edit window , mark the line that you need to link

2.There will be option called link as marked in the image below




3. click it and a window appears where you have to post the link you  need




 4. Now You have made link , but it will open page in the same window. To open it in a new target , we have to make changes in the edit html


5. choose the option shown in the image


6. the html coding will appear in which you need to find the URL you linked ad make the changes as below


example:      link



if the code is <a href="http://tech-shares.blogspot.com/">link</a>

change it to

<a href="http://tech-shares.blogspot.com/"  target="_blank"></a>

thus in the above code we are adding   target="_blank"

This will make the link to open in new window . This is applicable for Image also .

Labels: ,

1 Comments:

Blogger s said...

That's nice one author

October 18, 2009 at 2:18 PM  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home