Make menu link open in new window
Make menu link open in new window
How do i change the links at the top of my blog to go to a new page if you click on one. I made one to google, but it opens up on the same page. There where you can manage styles.
Re: Make menu link open in new window
*sigh* First of all, you should always give an URL to your blog (you can do that pretty simple in your forum profile) or at least mention the template you're using. We're not clairvoyants, you knowMadFly wrote:How do i change the links at the top of my blog to go to a new page if you click on one. I made one to google, but it opens up on the same page. There where you can manage styles.
Second, why would you want to do that? Why not let your visitors choose whether they want to open a link in the same window/tab or not? (Besides, most modern browsers offer one or more techniques to override it anyway.)
Third, you're looking for target="_blank", which most likely won't work in a configurable menu bar like in i.e. the Bulletproof template.
YL
Sorry about that.
I am using I3theme. and the link is http://www.madfly.co.za/diary
i did try that
but when i type <a href="http://www.google.co.za/" target="_blank">Open google</a> into an html document it does open it in new window.
I am using I3theme. and the link is http://www.madfly.co.za/diary
i did try that
, but i think i got the " screwed up somewhere, because afterwards it shows the whole thing as http://www.google.co.za/" target="_blank"target="_blank"
but when i type <a href="http://www.google.co.za/" target="_blank">Open google</a> into an html document it does open it in new window.
As I said before, target="_blank" won't work in a configurable menu.MadFly wrote:i did try that, but i think i got the " screwed up somewheretarget="_blank"
See http://board.s9y.org/viewtopic.php?p=82214 for a possible alternative.
YL