i want to add links into my posts that will open in a new window
can anyone help?
i want to add links into my posts that will open in a new window
can anyone help?
well?
can someone please help??
I believe I already answered your question in your other thread.
The completely non-standards-compliant way of doing this is to add the target="_blank" attribute to your links like so:
<a href="www.sitedomain.com" target="_blank">Link</a>
To do it in a standards-compliant way, you'll need to use some javascript like I outline in my tutorial here.
what do you mean target=_blank">Link
do i just put this or what?
???
You add target="_blank" to your link code like I showed in the example above. So, if you want a link to yahoo to open in a new window you'd write:
<a href="http://www.yahoo.com" target="_blank">external link to Yahoo</a>
i still dont understand
so i put in target="_blank" then the link to the site i want to link to??
do i actually type external link to yahoo?
No you type whatever you want to be visible to the reader.
Give an example of a link you'd like to write.
You must log in to post.