Quote:
Originally Posted by success49085
How do I make my blog links open a new window when someone clicks on a link instead of the window going to the link site?
Thank you?
|
I see your using Blogger and when creating links there is not a simple button to click to open your link in a new window like there is in Wordpress or other editors.
You can still get it done though...
If you select the
Edit Html tab in the Blogger editor after you create your link you can add that function easily.
Here's a sample link that open in a new window, compare your link to this one:
<a href="index2.html"
target="_blank">Page 2</a>
Add ->
target="_blank" in the appropriate location and your link will pop open in a new window.
Get it? If not, let me know and I can help you further.
Some day you will probably want to evolve from Blogger to Wordpress or something else.
I started by Blogger too as I assume many others here have done, With the power of Wordpress though you can do so so much more.
Let me know how it goes.