Each of us gave the link in one word / sentence in posting our entries, if the word / sentence is clicked it will close the tab pages our blog. It is very troublesome if we want to go back to the tab pages long, we have to click and wait for signs of previous displacement loading pages for some time.

To overcome this, we can do the editing on the command link so that when we open (click) the link may switch to new tab pages so that we read the page that was not covered by it.

How to edit it quite easily, you can follow these steps:
1. In the Edit Entry page, click Edit HTML.
2. Find a word / phrase that has been given the link. For example like this:
<a href="http://www.balibisnisonline.com">Home</a>
"http://www.balibisnisonline.com" is a link from the word Home.
3. Add command target = "_blank" after the URL link, such as the following example:
<a href="http://www.balibisnisonline.com" target="_blank">Home</a>
target = "_blank" This is the command to open a new tab page. Apart from that command you can also use the command "up" or "new" to change the command "_blank".

Well, done. But if you want to link more attractive again, for example by displaying the information in each link when the mouse pointer is appointed by, then you simply add the command title = "caption" in the link, as an example:
<a href="http://www.balibisnisonline.com" target="_blank" title="information">Home</a>
Replace the word information with a sentence adverb you want.

Good luck!

Related Posts by Categories



0 comments