<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Open image in new window in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70340#M15226</link>
    <description>&lt;P&gt;re my earlier message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get small images to open a new window with a larger version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the URL &lt;A href="http://www.derekgardiner.co.uk/ESW/images/filename.jpg&amp;nbsp;&amp;nbsp;&amp;nbsp;" target="_blank"&gt;http://www.derekgardiner.co.uk/ESW/images/filename.jpg&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/A&gt; works for some images but not for others - can anyone shed some light on this please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2013 13:40:50 GMT</pubDate>
    <dc:creator>DerekGardiner</dc:creator>
    <dc:date>2013-12-24T13:40:50Z</dc:date>
    <item>
      <title>Open image in new window</title>
      <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70340#M15226</link>
      <description>&lt;P&gt;re my earlier message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get small images to open a new window with a larger version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the URL &lt;A href="http://www.derekgardiner.co.uk/ESW/images/filename.jpg&amp;nbsp;&amp;nbsp;&amp;nbsp;" target="_blank"&gt;http://www.derekgardiner.co.uk/ESW/images/filename.jpg&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/A&gt; works for some images but not for others - can anyone shed some light on this please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2013 13:40:50 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70340#M15226</guid>
      <dc:creator>DerekGardiner</dc:creator>
      <dc:date>2013-12-24T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open image in new window</title>
      <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70480#M15227</link>
      <description>&lt;P&gt;Hi anyone,&lt;/P&gt;&lt;P&gt;I am still having trouble with this. &amp;nbsp;I upload the large image into the library. Supply the correct url (it works with some of the images) but when I click on the webpage image I get file not found on the server. &amp;nbsp;Yet for other images this approach works fine. &amp;nbsp;Anyone know what is going on?&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2013 12:51:20 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70480#M15227</guid>
      <dc:creator>DerekGardiner</dc:creator>
      <dc:date>2013-12-31T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Open image in new window</title>
      <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70484#M15228</link>
      <description>&lt;P&gt;Hi Derek, can you give us links for both a working and non working example and I'll take a look at the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's likely to be either a relative path error or a typo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typo's are the most likely problem, URL's are CaSe senSitive...&lt;BR /&gt;so:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.derekgardiner.co.uk/ESW/Images/P1010980.jpg" target="_blank"&gt;http://www.derekgardiner.co.uk/ESW/Images/P1010980.jpg&lt;/A&gt; will throw a 404 file not found&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.derekgardiner.co.uk/ESW/Images/P1010980.JPG" target="_blank"&gt;http://www.derekgardiner.co.uk/ESW/Images/P1010980.JPG&lt;/A&gt; will work as expected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Path Errors: there are two ways of describing where a file resides on a server, Absolute &amp;amp; Relative.&lt;/P&gt;&lt;P&gt;Absolute is the full Internet address eg: &lt;A href="http://www.derekgardiner.co.uk/ESW/Images/P1010980.JPG" target="_blank"&gt;http://www.derekgardiner.co.uk/ESW/Images/P1010980.JPG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Relative, is like saying 2nd star to the right and carry on till morning. Where you end up depends on where you start.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jan 2014 04:34:07 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70484#M15228</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2014-01-01T04:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Open image in new window</title>
      <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70490#M15229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for that it was a case sensitive issue. &amp;nbsp;For some reason the library had stored the image as xxxx.JPG and not xxxx.jpg&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jan 2014 11:10:33 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70490#M15229</guid>
      <dc:creator>DerekGardiner</dc:creator>
      <dc:date>2014-01-01T11:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open image in new window</title>
      <link>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70496#M15230</link>
      <description>&lt;P&gt;Give us a shout anytime, the learning curve is steep and we all needed some help when starting out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS:&lt;/P&gt;&lt;P&gt;My wife has your site bookmarked with great interest&amp;nbsp; she's been re-discovering her lost childhood passion for stargazing since I bought her a smallish telescope for her birthday last year&amp;nbsp; and loves the DIY observatory you built.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jan 2014 21:01:25 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Open-image-in-new-window/m-p/70496#M15230</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2014-01-01T21:01:25Z</dc:date>
    </item>
  </channel>
</rss>

