to open your links : YoWindow.com and yr.no in a new window

Any questions? Any answers?
Post Reply
George

to open your links : YoWindow.com and yr.no in a new window

Post by George »

what code and where do I add it to open your links(YoWindow.com and yr.no) in a new window?
ikarus1969
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

Post by ikarus1969 »

George wrote:what code and where do I add it to open your links(YoWindow.com and yr.no) in a new window?
IE or Firefox: type Strg-N (Ctrl-N) and type in one of the URLs

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.«
User avatar
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

Post by par »

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

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>
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
Get YoWindow weather app for your phone or tablet.

Image Image Image
User avatar
Wally©
Posts: 819
Joined: Sun Dec 12, 2010 2:18 am
Name: Walter

Re: to open your links : YoWindow.com and yr.no in a new win

Post by Wally© »

As always...Pavel comes in with a very courteous and effective answer...
Wally©...

(Ignorance can easily be overcome...Stupidity is 4ever...)
Post Reply