The HTML I used to make the above hyperlink is in the scroll box below:
<a href="http://bloggerfordummies.blogspot.com/2006/03/how-to-make-clickable-link.html" target="_blank">How to make a clickable link</a>
Now I am going to publish it, click on the hyperlink and see if it opens in a new window (the target site is a blogspot.com site).
RESULT: The hyperlink does open in a new window. Try it for yourself. If it does not open in a new window for you, please describe it in the comments section and I will try to see why.
Works as expected for me. I've set Firefox to open a new tab instead of a new window and it does just that.
ReplyDeleteHello there!
ReplyDeleteNeedless to say that your blog has been very helpfull and educational, although I only found out about it a couple of days ago =)
I have a little question. On a Blog you linked as an example for scroll boxes (http://findthisbloganame.blogspot.com/) I saw this moving text on top of the last post. I have no idea how's it called, but I was wondering if you've written about how to add one of those to one's blog.
Thanks in advance!
Hi Doble Estandar,
ReplyDeleteI am afraid I don't quite get what you are asking. Are you refering to the HTML code that I posted in the scroll box which moves when you move the scrollbar? If that is your question, than you can find the answer in this post: How to make a scroll box. I hope that answer your question.
Peter a.k.a. enviroman
Enviroman Says
Hello again Peter,
ReplyDeletethanks for answering so quickly.
I was actually talking about a marquee tag (I just found out that's how it's called XD) but the info you left about the scrollbar has also been very useful. As you can see Im just starting to work on this Blog and I can use all the help I can get XD.
Thanks again.
Renata
Hi peter,
ReplyDeleteI got this part and works fine, but now I want the other links in the same post to open in the new window that just open with (target="_blank"). Is there a way to do that?
What are the other targets (hyperlinks)?
Just use the same hyperlink code to make other links open in new window. Can also use target="new" target="abc" target="xyz"
ReplyDeleteSee difference between target="_blank" and target="new"