<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Technical Support Forums &#187; Tag: links - Recent Posts</title>
		<link>http://support.ornj.net/tags/links</link>
		<description>Technical Support Forums &raquo; Tag: links - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Sep 2010 20:07:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://support.ornj.net/search.php</link>
		</textInput>
		<atom:link href="http://support.ornj.net/rss/tags/links" rel="self" type="application/rss+xml" />

		<item>
			<title>colin-allison on "Extra Pages Loading in Firefox"</title>
			<link>http://support.ornj.net/topic/extra-pages-loading-in-firefox#post-7643</link>
			<pubDate>Tue, 08 Dec 2009 11:35:49 +0000</pubDate>
			<dc:creator>colin-allison</dc:creator>
			<guid isPermaLink="false">7643@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I worked out that the extra pages were being generated by a FireFox Add-on, now switched it off.&#60;/p&#62;
&#60;p&#62;Have done a bit of hunting on the web and managed to work out the &#34;background color&#34; thanks. Am now working on using an image to go with the rest of the site, &#60;a href=&#34;http://www.colin-allison.co.uk/Spain&#34; rel=&#34;nofollow&#34;&#62;http://www.colin-allison.co.uk/Spain&#60;/a&#62;, this is my first effort and I will have to tweek things until it works to my liking, but your program has given me a good start, and the control to tweek.&#60;/p&#62;
&#60;p&#62;Colin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Extra Pages Loading in Firefox"</title>
			<link>http://support.ornj.net/topic/extra-pages-loading-in-firefox#post-7640</link>
			<pubDate>Tue, 08 Dec 2009 01:42:58 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">7640@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I'm not exactly sure what you mean by &#34;loading in pages below the current page.&#34; Are you saying that photos are appearing on the wrong page?&#60;/p&#62;
&#60;p&#62;As for the background bar, try adding the following to your stylesheet template:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.textnavigation {
   background-color: yellow;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should give the text navigation a yellow background, for example, but you can change yellow to any of the standard web colours, or specify any colour you like in &#60;code&#62;#RRGGBB&#60;/code&#62; format.  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colin-allison on "Extra Pages Loading in Firefox"</title>
			<link>http://support.ornj.net/topic/extra-pages-loading-in-firefox#post-7629</link>
			<pubDate>Sun, 06 Dec 2009 16:41:58 +0000</pubDate>
			<dc:creator>colin-allison</dc:creator>
			<guid isPermaLink="false">7629@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I have noticed while reveiwing the Galleries off line, to check them after creating, that the images are loading in pages below the current page (after clicking on an image in the index page) I have loaded one on my webspace and it didn't hapen. Have you come accress this before? Can I stop it? I'm not that bothered unless it starts happening online!&#60;/p&#62;
&#60;p&#62;Is it possible to give the &#38;lt;&#38;lt;Previous Index Next&#38;gt;&#38;gt; links a different coloured background bar? It would look neater and would make the navigation links more obvious.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Adding Links"</title>
			<link>http://support.ornj.net/topic/adding-links#post-6706</link>
			<pubDate>Tue, 11 Mar 2008 22:17:04 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6706@http://support.ornj.net/</guid>
			<description>&#60;p&#62;You'll have to enter the HTML code manually, but luckily it's not too complicated. For example, to add a link to your caption, you might do something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;This is my photograph caption and &#38;lt;a href=&#38;quot;brochure.html&#38;quot;&#38;gt;here is a link&#38;lt;/a&#38;gt; to my brochure page.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Everything between the &#60;code&#62;&#38;lt;a ...&#38;gt;&#60;/code&#62; and &#60;code&#62;&#38;lt;/a&#38;gt;&#60;/code&#62; will turn into an underlined hyperlink, and &#60;code&#62;brochure.html&#60;/code&#62; is the filename of the brochure that you wish to link to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrissiehowell on "Adding Links"</title>
			<link>http://support.ornj.net/topic/adding-links#post-6704</link>
			<pubDate>Tue, 11 Mar 2008 14:38:34 +0000</pubDate>
			<dc:creator>chrissiehowell</dc:creator>
			<guid isPermaLink="false">6704@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Mark,&#60;br /&#62;
&#34;While it's possible to add HTML in the titles and captions (for example, putting a &#34;click here to view a detailed brochure&#34; link into the photo caption&#34;&#60;br /&#62;
would work great.  How and where does one enter what you suggested?&#60;br /&#62;
Thanks!&#60;br /&#62;
Chrissie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Adding Links"</title>
			<link>http://support.ornj.net/topic/adding-links#post-6703</link>
			<pubDate>Tue, 11 Mar 2008 11:14:41 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6703@http://support.ornj.net/</guid>
			<description>&#60;p&#62;While it's possible to add HTML in the titles and captions (for example, putting a &#34;click here to view a detailed brochure&#34; link into the photo caption), double-clicking the large picture to navigate isn't something that can be easily added using the current version of WAG.&#60;/p&#62;
&#60;p&#62;I do plan to include more flexible template editing functionality in a future release, however. If you'd like to be notified of new versions via email, please feel free to sign up for the &#60;a href=&#34;http://www.ornj.net/webalbum/announcements/&#34;&#62;Web Album Generator Announcement List&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrissiehowell on "Adding Links"</title>
			<link>http://support.ornj.net/topic/adding-links#post-6700</link>
			<pubDate>Mon, 10 Mar 2008 22:59:41 +0000</pubDate>
			<dc:creator>chrissiehowell</dc:creator>
			<guid isPermaLink="false">6700@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I am doing a website for a distributer of Bank products like ATMs.&#60;/p&#62;
&#60;p&#62;When the large photo is displayed (after the thumbnail) I want to be able to doubleclick on the large photo and have the webpage change to show a more detailed product picture of a brocure of the product.&#60;/p&#62;
&#60;p&#62;I put in the change to Advanced options so I should be able to get to the HTML, but I can not find it (though I looked in the .alb file) and I also can not figure out WHEN to do it because it wants to regenerate.&#60;/p&#62;
&#60;p&#62;GREAT PRODUCT!! If I can just make it through my demo tomorrrw...The TIP Jar is next!&#60;br /&#62;
Thank You!&#60;br /&#62;
Chrissie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Userx1 on "Links In Index-File?"</title>
			<link>http://support.ornj.net/topic/links-in-index-file#post-6685</link>
			<pubDate>Wed, 05 Mar 2008 02:33:44 +0000</pubDate>
			<dc:creator>Userx1</dc:creator>
			<guid isPermaLink="false">6685@http://support.ornj.net/</guid>
			<description>&#60;p&#62;thanks, it works.&#60;br /&#62;
thread can be closed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Links In Index-File?"</title>
			<link>http://support.ornj.net/topic/links-in-index-file#post-6684</link>
			<pubDate>Wed, 05 Mar 2008 02:24:59 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6684@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Yes, you can still add HTML links and other codes to your titles and captions, but this option has to be explicitly enabled in the most recent versions of Web Album Generator.&#60;/p&#62;
&#60;p&#62;Click on &#34;File&#34; then &#34;Advanced Options&#34; and select the &#34;Allow HTML in titles and captions&#34; option. From then on, your albums will show the links.  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:-)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Userx1 on "Links In Index-File?"</title>
			<link>http://support.ornj.net/topic/links-in-index-file#post-6683</link>
			<pubDate>Wed, 05 Mar 2008 01:43:44 +0000</pubDate>
			<dc:creator>Userx1</dc:creator>
			<guid isPermaLink="false">6683@http://support.ornj.net/</guid>
			<description>&#60;p&#62;hello all,&#60;br /&#62;
i wanted to ask, if its possible to add html links into the Index Files, cause i allways put a link to my guestbook there, but since i downloaded the latest version, the links are allways shown as normal text.&#60;/p&#62;
&#60;p&#62;and if the reason is that version, is it possible to get an earlier version anywhere?&#60;/p&#62;
&#60;p&#62;greets
&#60;/p&#62;</description>
		</item>
		<item>
			<title>triplesmart on "HTML links in description"</title>
			<link>http://support.ornj.net/topic/html-links-in-description#post-6048</link>
			<pubDate>Thu, 01 Mar 2007 12:50:55 +0000</pubDate>
			<dc:creator>triplesmart</dc:creator>
			<guid isPermaLink="false">6048@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Thanks so much, it works like a dream!  Phewww!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "HTML links in description"</title>
			<link>http://support.ornj.net/topic/html-links-in-description#post-6047</link>
			<pubDate>Wed, 28 Feb 2007 14:47:52 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6047@http://support.ornj.net/</guid>
			<description>&#60;p&#62;If you'd like to include HTML in your titles and captions, click on &#60;em&#62;File&#60;/em&#62; then &#60;em&#62;Advanced Options&#60;/em&#62; and put a checkmark beside the &#60;em&#62;Allow HTML in titles and captions&#60;/em&#62; option. Hope this helps!  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>triplesmart on "HTML links in description"</title>
			<link>http://support.ornj.net/topic/html-links-in-description#post-6046</link>
			<pubDate>Wed, 28 Feb 2007 14:45:22 +0000</pubDate>
			<dc:creator>triplesmart</dc:creator>
			<guid isPermaLink="false">6046@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I wasn't able to add a html link to the description on each photograph.  Any way to enable this area to read HTML? &#60;/p&#62;
&#60;p&#62;oBJECTIVE:  I want people to be able to download a PDF of the photo and I want to link to the PDF in the description. Like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;postcard1.pdf&#38;quot;&#38;gt;click to download the pdf&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
  Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Thumbnail Navigation Links"</title>
			<link>http://support.ornj.net/topic/thumbnail-navigation-links#post-6042</link>
			<pubDate>Tue, 27 Feb 2007 14:34:09 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6042@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Near the top of each photo page, there'll be some code like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;index&#38;quot;&#38;gt;
    &#38;lt;a href=&#38;quot;index.html&#38;quot; title=&#38;quot;Return to Index&#38;quot;&#38;gt;Index&#38;lt;/a&#38;gt;
&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note that this may appear all on one line. I think that's what you're looking for, though. Hope this helps!  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>knielsen on "Thumbnail Navigation Links"</title>
			<link>http://support.ornj.net/topic/thumbnail-navigation-links#post-6039</link>
			<pubDate>Tue, 27 Feb 2007 01:07:25 +0000</pubDate>
			<dc:creator>knielsen</dc:creator>
			<guid isPermaLink="false">6039@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I'm incorporating the albums generated by WAG into my website, which is done by Site Spinner.  What part of the HTML code generated by the WAG is responsible for the word (and link) &#34;index&#34; that is above the thumbnail navigation links above the large picture?  I need to be able to delete that for it to work properly in my web site, and as you can guess, I'm not proficient in reading html.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
