<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with hyperlink</title>
      <link>http://ask.metafilter.com/tags/hyperlink</link>
      <description>Questions tagged with 'hyperlink' at Ask MetaFilter.</description>
	  <pubDate>Fri, 11 Sep 2009 04:31:27 -0800</pubDate> <lastBuildDate>Fri, 11 Sep 2009 04:31:27 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Add Me To Your Favourites</title>
	<link>http://ask.metafilter.com/132565/Add%2DMe%2DTo%2DYour%2DFavourites</link>	
	<description>I need to send a link in an email which on the other end will create a favourite in in the recipients IE.  I&apos;ve googled around this and found lots of resources on adding a favourite from a website but they all seem to assume the recipient is on the right page already.  I&apos;m using Outlook 2007 if it&apos;s relevant.

(Bit dull as a question I know but I&apos;ve been wrestling with this all morning)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132565</guid>
	<pubDate>Fri, 11 Sep 2009 04:31:27 -0800</pubDate>
	<category>2007</category>
	<category>favourites</category>
	<category>html</category>
	<category>Hyperlink</category>
	<category>outlook</category>
	<category>URL</category>
	<dc:creator>eb98jdb</dc:creator>
	</item>
	<item>
	<title>I&apos;ll take you there!</title>
	<link>http://ask.metafilter.com/116478/Ill%2Dtake%2Dyou%2Dthere</link>	
	<description>Is there a way to link to a particular spot on a webpage if that webpage doesn&apos;t have built in anchors? I want to link to a particular item in a very long list on a page of html (ENGL 288-03 on &lt;a href=&quot;http://www.vanderbilt.edu/english/undergraduate/courses&quot;&gt;this page of course listings&lt;/a&gt;).  Is there a way to create a link that will take someone directly there?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116478</guid>
	<pubDate>Wed, 11 Mar 2009 13:18:08 -0800</pubDate>
	<category>html</category>
	<category>hyperlink</category>
	<category>resolved</category>
	<dc:creator>ocherdraco</dc:creator>
	</item>
	<item>
	<title>Word to PDF conversion - where&apos;d my links go?</title>
	<link>http://ask.metafilter.com/114177/Word%2Dto%2DPDF%2Dconversion%2Dwhered%2Dmy%2Dlinks%2Dgo</link>	
	<description>How can I keep the embedded links in my Word doc when I convert to PDF? (MacOSX solutions preferred, though not required.) I have a bundle of Word docs with embedded hyperlinks that I need to convert to PDF, and I need to have those links active. In converting to PDF, (save as PDF or print to PDF in Word) the links go away. I have a copy of Adobe Acrobat 5.0 - I know how to physically add all the links, and how to create web links from URLs in text. Unfortunately it&apos;s time consuming to add all the links to all the documents in Acrobat, and the &quot;create web links&quot; batch function in Acrobat 5.0 only works for addresses in http format. &lt;br&gt;
Are there any workarounds? Can I do this in a scalable, batch-friendly way? Software I can use - bonus points for free? I am running MacOSX Leopard, with Word 2008 though I have Word 2004 at home. Windows solutions appreciated too, we have PCs at work. Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114177</guid>
	<pubDate>Fri, 13 Feb 2009 16:55:51 -0800</pubDate>
	<category>conversion</category>
	<category>hyperlink</category>
	<category>link</category>
	<category>pdf</category>
	<category>resolved</category>
	<category>url</category>
	<category>word</category>
	<dc:creator>operating thetan</dc:creator>
	</item>
	<item>
	<title>Stumped by VBA-ising an array formula in Excel</title>
	<link>http://ask.metafilter.com/104517/Stumped%2Dby%2DVBAising%2Dan%2Darray%2Dformula%2Din%2DExcel</link>	
	<description>How to do a VBA version of the following array formula in Excel?

The following array formula (entered with ctrl,shift,enter) will produce the string &apos;Bank statement&apos;!H842, which is the name of a cell I would like to be able to manipulate via VBA:

{=&quot;&apos;Bank statement&apos;!H&quot;&amp;amp;MATCH(C1&amp;amp;D$39,&apos;Bank statement&apos;!A:A&amp;amp;&apos;Bank statement&apos;!C:C,0)}
It creates a string out of the values in the cells C1 and D$39 and looks those up in an array made out of the A and C columns of the sheet &apos;Bank statement&apos;.&lt;br&gt;
&lt;br&gt;
Its function is to find the row of a payment from a certain payer on a certain day, and then return the address of the cell in column H of that row.&lt;br&gt;
&lt;br&gt;
i.e. it will find the payment from Joe Bloggs on the 15/3/2008 for example, and return the address of the cell in column H on the row that payment appears.&lt;br&gt;
&lt;br&gt;
This formula will put the address of that cell, which I&apos;d like to use as a range variable in VBA.  &lt;br&gt;
&lt;br&gt;
I&apos;m completely stumped by trying to make it work though.  I&apos;ve tried for a day or two to do it, asked every Excel VBA related usenet and Yahoo group and not gotten a solution.  I&apos;m more confident in MeFi though.  :)&lt;br&gt;
&lt;br&gt;
A macro I can run from a button click will suffice for now, but if I could have my every wish granted I&apos;d also like to be able to make a pivot table hyperlink-clickable, so I could click on any entry in that pivot table (pivot table consists of payments arranged by date and payer) and navigate to that payment.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104517</guid>
	<pubDate>Fri, 17 Oct 2008 11:20:18 -0800</pubDate>
	<category>applications</category>
	<category>array</category>
	<category>basic</category>
	<category>development</category>
	<category>Excel</category>
	<category>for</category>
	<category>hyperlink</category>
	<category>match</category>
	<category>Microsoft</category>
	<category>office</category>
	<category>pivot</category>
	<category>range</category>
	<category>table</category>
	<category>VBA</category>
	<category>visual</category>
	<dc:creator>Mokusatsu</dc:creator>
	</item>
	<item>
	<title>How to link to the contents of another link?</title>
	<link>http://ask.metafilter.com/98271/How%2Dto%2Dlink%2Dto%2Dthe%2Dcontents%2Dof%2Danother%2Dlink</link>	
	<description>Is there a way for a hyperlink to simply &apos;parrot&apos; whatever a second hyperlink might be pointing toward? The overly simplified version of my situation would go something like this:  &lt;br&gt;
&lt;br&gt;
I have set up LinkA on Page1 to point toward a given file.  I also need LinkB on Page2 to point toward this same file.  The file however, and it&apos;s name, will change quite often.  &lt;br&gt;
&lt;br&gt;
Is there a way to set up LinkB to simply mimic/mirror/imitate whatever LinkA is pointing toward, so that all I ever need to do is to update the properties of LinkA?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98271</guid>
	<pubDate>Mon, 04 Aug 2008 09:24:55 -0800</pubDate>
	<category>Development</category>
	<category>HTML</category>
	<category>Hyperlink</category>
	<category>Internet</category>
	<category>Link</category>
	<category>Web</category>
	<dc:creator>mathis23</dc:creator>
	</item>
	<item>
	<title>Formatting hyperlinks</title>
	<link>http://ask.metafilter.com/68880/Formatting%2Dhyperlinks</link>	
	<description>When word processing, how do I make long URLs break at the end of a line (and continue on the next, rather than starting a new line) while maintaining the hyperlink? When inserting long URLs into Word documents, they always get shunted to the next line as if they were a very long word. This is hideous, especially in footnotes. There are work-arounds, but they aren&apos;t satisfactory for the following reasons:&lt;br&gt;
- I can insert a space into the URL, but that breaks the hyperlink&lt;br&gt;
- I can do the above, and manually hyperlink the two &quot;words,&quot; but that makes the URL useless if someone copies-and-pastes it (yes they can erase the space, but single spaces in long URLs are difficult to see)&lt;br&gt;
&lt;br&gt;
I can&apos;t believe there&apos;s not a way to format these so the URL goes to the end of the line it starts on and continues at the beginning of the next line. However, neither Google nor Microsoft&apos;s help pages offer any suggestions. Halp!&lt;br&gt;
&lt;br&gt;
(I&apos;m using various versions of MS Word, if it makes a difference.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.68880</guid>
	<pubDate>Wed, 08 Aug 2007 17:26:22 -0800</pubDate>
	<category>formatting</category>
	<category>hyperlink</category>
	<category>link</category>
	<category>url</category>
	<dc:creator>sarahkeebs</dc:creator>
	</item>
	<item>
	<title>how do I make text a link?</title>
	<link>http://ask.metafilter.com/66317/how%2Ddo%2DI%2Dmake%2Dtext%2Da%2Dlink</link>	
	<description>How do I make a web address written in text automatically convert into a clickable hyperlink in firefox?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66317</guid>
	<pubDate>Thu, 05 Jul 2007 15:15:13 -0800</pubDate>
	<category>hyperlink</category>
	<category>link</category>
	<category>text</category>
	<dc:creator>6am</dc:creator>
	</item>
	<item>
	<title>Can I make different categories of link text on a web page show as &quot;unvisited&quot; after different intervals?</title>
	<link>http://ask.metafilter.com/65284/Can%2DI%2Dmake%2Ddifferent%2Dcategories%2Dof%2Dlink%2Dtext%2Don%2Da%2Dweb%2Dpage%2Dshow%2Das%2Dunvisited%2Dafter%2Ddifferent%2Dintervals</link>	
	<description>With Javascript, CSS or anything else, can I make different categories of link text on the same web page behave differently?  Specifically, if I wanted to make a page listing some links I need to visit daily, some I need to visit weekly and some I need to visit monthly -- could I make each category of link text change from &quot;visited&quot; color back to &quot;unvisited&quot; color after the appropriate number of days?  Or if this can&apos;t be done, how would you solve this need (in a visual way, rather than just &quot;keep a list manually of when you visit each&quot;)?
</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65284</guid>
	<pubDate>Thu, 21 Jun 2007 05:44:00 -0800</pubDate>
	<category>behavior</category>
	<category>css</category>
	<category>design</category>
	<category>hyperlink</category>
	<category>javascript</category>
	<category>link</category>
	<category>web</category>
	<dc:creator>lorimer</dc:creator>
	</item>
	<item>
	<title>How do you say hotlink in Hindi or service provider in Swedish?</title>
	<link>http://ask.metafilter.com/64061/How%2Ddo%2Dyou%2Dsay%2Dhotlink%2Din%2DHindi%2Dor%2Dservice%2Dprovider%2Din%2DSwedish</link>	
	<description>How does one say hotlink, download/save, and hosting provider in French, German, Japanese, Korean, Japanese, Chinese, Russian, and Hindi? I&apos;m preparing a graphic to redirect hotlinkers to via .htaccess, and, instead of the universal language of an &lt;a href=&quot;http://images.google.com/images?&amp;q=hotlinking&amp;safe=on&quot;&gt;offensive image&lt;/a&gt;, I thought I would use something a little more polite.  I would like to say, &quot;Please do not (hyperlink/hotlink) to this (image/graphic).  Please (save/download/copy) the (image/graphic) to your own hosting provider.&quot;&lt;br&gt;
&lt;br&gt;
The problem is that you can&apos;t literally translate link or host, because they don&apos;t use the same concepts as in english.  For example, the french word for for link, lien, isn&apos;t used to refer to the things you click on to navigate web pages.  I saw &quot;liason chaude&quot; used on a canadian page, but my french isn&apos;t that good and I want to make sure I&apos;m not asking people to refrain from steamy sexual relations with my images.&lt;br&gt;
&lt;br&gt;
I could just use the literal string &quot;hyperlink&quot; or &quot;hotlink&quot; and would probably accomplish 99% of what I&apos;m trying to do, but I figured since I&apos;m trying to be all culturally sensitive and polite and stuff, I might as well at least attempt to do it right.&lt;br&gt;
&lt;br&gt;
I&apos;d like to do the 5-7 languages most commonly found on the net, and to have a good spread of alphabets, too.   I&apos;m guessing a good selection would be (I don&apos;t know in what order)Swedish, French, Spanish, Japanese, Chinese, Russian, and maybe Hindi, but if someone has actually done the research on which ones are best to cover, I&apos;ll use those.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.64061</guid>
	<pubDate>Mon, 04 Jun 2007 10:29:28 -0800</pubDate>
	<category>.htaccess</category>
	<category>hotlink</category>
	<category>hyperlink</category>
	<category>language</category>
	<category>terminology</category>
	<category>translation</category>
	<dc:creator>Mr. Gunn</dc:creator>
	</item>
	<item>
	<title>Hyperlinks to (not in) a .pdf document.</title>
	<link>http://ask.metafilter.com/60958/Hyperlinks%2Dto%2Dnot%2Din%2Da%2Dpdf%2Ddocument</link>	
	<description>Please tell me how to create quick emailable hyperlinks to .pdf documents on a network, so that a group of users can share the documents without clogging inboxes with attachments. For Microsoft Word or Excel documents, emailing a hyperlink is easy.  The Web Toolbar displays the entire document address, which I can copy and paste into an email.  Instant hyperlink.  As far as I can tell, there is no similar mechanism in Adobe Reader.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried: 1) creating a hyperlink to the .pdf in Word, then pasting the link into an email, 2) typing out the address to create the hyperlink from scratch, and 3) copying the folder location out of Windows Explorer and adding on the file name.  These methods are workable, but time consuming. &lt;br&gt;
&lt;br&gt;
If it matters, we&apos;re using Adobe Reader 6.0 and Windows 2000/2003.&lt;br&gt;
&lt;br&gt;
Thanks for any help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.60958</guid>
	<pubDate>Thu, 19 Apr 2007 16:37:15 -0800</pubDate>
	<category>.pdf</category>
	<category>Adobe</category>
	<category>email</category>
	<category>hyperlink</category>
	<dc:creator>apocry_phil</dc:creator>
	</item>
	<item>
	<title>anchor tags and php</title>
	<link>http://ask.metafilter.com/50736/anchor%2Dtags%2Dand%2Dphp</link>	
	<description>I&apos;m having trouble getting anchor tags working in a php-generated page. Everything is php-generated (no hard-coded HTML). Inside each div, the php generates this code:&lt;br&gt;
&lt;br&gt;
[a href=&quot;676&quot;]&lt;br&gt;
&lt;br&gt;
And that seems to be working fine.&lt;br&gt;
&lt;br&gt;
Trouble is, I have other links on the page that link to these anchors and also send querystring vars, i.e.&lt;br&gt;
&lt;br&gt;
[a href=&quot;page.php?x=1&amp;amp;y=2&amp;amp;z=3#676&quot;]blah[/a]&lt;br&gt;
&lt;br&gt;
Here&apos;s the exact code that&apos;s generating the hyperink:&lt;br&gt;
&lt;br&gt;
print &quot;[a href=\&quot;index.php?rank={$rplus}&amp;amp;id={$row[&apos;id&apos;]}{$params}#{$row[&apos;id&apos;]}\&quot;](+1)[/a]&quot;;&lt;br&gt;
&lt;br&gt;
The vars are all references to stuff pulled from the db.&lt;br&gt;
&lt;br&gt;
Everything seems to be working fine, except the page isn&apos;t scrolling to the anchor.&lt;br&gt;
&lt;br&gt;
If it helps, the page is &lt;a href=&quot;http://www.twosentences.com/index.php&quot;&gt;here&lt;/a&gt; (sorry about the self-link). The links are for the ranking system. (I know I could rank with AJAX. This is just meant to be a quick fix -- let you rank by resubmitting the page and then return you to where you were.) I thought this would take me two minutes to implement, but an hour and many failed google-searches later it&apos;s still not working.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.50736</guid>
	<pubDate>Sun, 12 Nov 2006 14:12:29 -0800</pubDate>
	<category>anchor</category>
	<category>html</category>
	<category>hyperlink</category>
	<category>link</category>
	<category>php</category>
	<category>querystring</category>
	<category>tag</category>
	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>Add &quot;http://&quot; Prefix to a List of Domains Formatted in Plain Text :: How Please?</title>
	<link>http://ask.metafilter.com/33096/Add%2Dhttp%2DPrefix%2Dto%2Da%2DList%2Dof%2DDomains%2DFormatted%2Din%2DPlain%2DText%2DHow%2DPlease</link>	
	<description>Hi, hoping some MS Excel or HTML wizards can help me out with this. The goal is as follows; format a list of domain names so I can publish them on a webpage with hyperlinks to their individual addresses &lt;i&gt;(currently they are all in Excel with each domain occupying a single cell in a single row; they are currently formatted like this: &quot;&lt;b&gt;domain.com&lt;/b&gt;&quot;)&lt;/i&gt;. There are just to many to go through and add this to each one. I&apos;m thinking that one of these two solutions might work &lt;i&gt;(just can&apos;t figure out how to do it!)&lt;/i&gt;:&lt;br&gt;
1) Use some formula in MS Excel to add the &quot;&lt;b&gt;http://&lt;/b&gt;&quot; to each of the cells with a domain. Then just copy and paste into my HTML editor.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;OR&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
2) Use some sort of code directly in the HTML editor to change &quot;&lt;b&gt;domain.com&lt;/b&gt;&quot; into hyperlinked text.&lt;br&gt;
&lt;br&gt;
This &lt;a href=&quot;http://ask.metafilter.com/mefi/33038&quot;&gt;link&lt;/a&gt; came close, but just missed. Thanks so much for any help you might provide! Cheers!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33096</guid>
	<pubDate>Tue, 21 Feb 2006 22:05:50 -0800</pubDate>
	<category>convert</category>
	<category>domain</category>
	<category>domainnames</category>
	<category>excel</category>
	<category>html</category>
	<category>hyperlink</category>
	<category>link</category>
	<category>prefix</category>
	<category>text</category>
	<dc:creator>Jhaus</dc:creator>
	</item>
	<item>
	<title>How do I stop Excel from turning email addresses into hyperlinks?</title>
	<link>http://ask.metafilter.com/8752/How%2Ddo%2DI%2Dstop%2DExcel%2Dfrom%2Dturning%2Demail%2Daddresses%2Dinto%2Dhyperlinks</link>	
	<description>StupidQuestionFilter:&lt;br&gt;
Microsoft Excel 2000 v 9.0 - is there some way to stop excel from automatically turning email addresses into hyperlinks?  Not just turning off the &apos;blue and underlined&apos; format but actually not making them links.  I&apos;ve done it before in other versions of excel but I can&apos;t find a way to do it in this version.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8752</guid>
	<pubDate>Fri, 16 Jul 2004 07:23:44 -0800</pubDate>
	<category>2000</category>
	<category>autoformat</category>
	<category>excel</category>
	<category>format</category>
	<category>hyperlink</category>
	<category>microsoft</category>
	<category>office</category>
	<category>windows</category>
	<dc:creator>anastasiav</dc:creator>
	</item>
	
	</channel>
</rss>

