I have seen many blogs opening the links on the same page without it opening it on a new window or tab. This effectively takes your reader out of the blog to the site you referred. As most of us are not coders it is some thing we need to live with. Wrong, html is a simple method which can be edited by anyone.
This is how you open the link in a new window.
Add this tag - TARGET="_blank" after your link.
Normal insert link code is
<a href="http://THIS IS THE PAGE LINK>THIS IS THE NAME OF LINK HEADING"/a>
Insert link with the HTML code to open in new window -
| <a href="http://THIS IS THE PAGE LINK"TARGET="_blank">Web Site Content That Builds Brands/a>
|
0 comments:
Post a Comment