to open your links : YoWindow.com and yr.no in a new window
to open your links : YoWindow.com and yr.no in a new window
what code and where do I add it to open your links(YoWindow.com and yr.no) in a new window?
-
- Posts: 1645
- Joined: Wed Nov 18, 2009 9:58 am
- Location: Vienna, Austria
Re: to open your links : YoWindow.com and yr.no in a new win
IE or Firefox: type Strg-N (Ctrl-N) and type in one of the URLsGeorge wrote:what code and where do I add it to open your links(YoWindow.com and yr.no) in a new window?
to be serious: what kind of answer do you expect from your "minimalistic" question?
What about a short "Hello! I want to [this and that]. How do i do that? I tried already [this and that] but can't figure out. Thank you!"
(in case you are not confident with my answer read my signature...)
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
- par
- Posts: 8736
- Joined: Mon Sep 21, 2009 11:56 am
- Name: Pasha
- Location: Saint-Petersburg, Russia
- Contact:
Re: to open your links : YoWindow.com and yr.no in a new win
Hello, George, welcome to the forum!
In order to open link in a new window you need to edit the HTML code of the widget and to add target="_blank" parameter to <a> tags.
Find this part
And edit it this way, I have marked the changes in red color.
<span style="float:left;"><a target="_blank" href="http://yowindow.com?client=widget&link=copyright" style="color: #2fa900; text-decoration:none;" title="Desktop weather">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a target="_blank" href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
Make sure you are working with the widget generated with our widget setup page.
http://yowindow.com/weatherwidget.php
In order to open link in a new window you need to edit the HTML code of the widget and to add target="_blank" parameter to <a> tags.
Find this part
Code: Select all
<span style="float:left;"><a target="_top" href="http://yowindow.com?client=widget&link=copyright" style="color: #2fa900; text-decoration:none;" title="Desktop weather">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
<span style="float:left;"><a target="_blank" href="http://yowindow.com?client=widget&link=copyright" style="color: #2fa900; text-decoration:none;" title="Desktop weather">YoWindow.com</a></span>
<span style="float:right; color:#888888;"><a target="_blank" href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
Make sure you are working with the widget generated with our widget setup page.
http://yowindow.com/weatherwidget.php
Re: to open your links : YoWindow.com and yr.no in a new win
As always...Pavel comes in with a very courteous and effective answer...
Wally©...
(Ignorance can easily be overcome...Stupidity is 4ever...)
(Ignorance can easily be overcome...Stupidity is 4ever...)