How to open your links in new windows
Note: Before adjusting the HTML in your template, it is recommended that you copy the entire template, paste it into Word or TextPad/Notepad, and save it. If you make any errors, you can always start again from your original code.
This one is super easy.
If you want a link to open in a new window when your readers click on it, you must simply add this code after your link address:
target="_blank"
The trick here is that you must put a space before the word target.
So, for example, if I were to link to Google's website, my code would look like this:
<a href="http://www.google.com" target="_blank">GOOGLE</a>




1 fruit lovers (or haters) had something to say...
I've implemented a few of these on my blog - thanks!
Post a Comment
<< Home