<?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>Support Forum - Tag: hyperlink - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/hyperlink</link>
		<description>Support Forum - Tag: hyperlink - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:25:00 +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://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/hyperlink" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Open image hyperlink in new tab or window"</title>
			<link>http://www.kriesi.at/support/topic/open-image-hyperlink-in-new-tab-or-window#post-114460</link>
			<pubDate>Tue, 28 May 2013 14:40:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">114460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;I think that has been mentioned as a feature request already :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yingfuli on "Open image hyperlink in new tab or window"</title>
			<link>http://www.kriesi.at/support/topic/open-image-hyperlink-in-new-tab-or-window#post-114388</link>
			<pubDate>Tue, 28 May 2013 07:48:28 +0000</pubDate>
			<dc:creator>yingfuli</dc:creator>
			<guid isPermaLink="false">114388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael,&#60;/p&#62;
&#60;p&#62;The latter will work since I don't want every image to open in a new window. It might be an idea to include the option in Avia Builder in the next update ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Open image hyperlink in new tab or window"</title>
			<link>http://www.kriesi.at/support/topic/open-image-hyperlink-in-new-tab-or-window#post-114271</link>
			<pubDate>Tue, 28 May 2013 02:46:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">114271@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You have a lot of options to open an image to a new window.&#60;/p&#62;
&#60;p&#62;1.) Insert a text block then add an html tag. Something like this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a target=&#38;quot;_blank&#38;quot; href=&#38;quot;YOURURLHERE&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;YOURIMAGEHERE&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2.) You can edit config-templatebuilder &#38;gt; avia-shortcodes &#38;gt; image.php then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output.= &#38;quot;&#38;lt;a href=&#38;#39;{$link}&#38;#39; class=&#38;#39;avia_image &#38;quot;.$meta[&#38;#39;el_class&#38;#39;].$this-&#38;gt;class_by_arguments(&#38;#39;align&#38;#39; ,$atts, true).&#38;quot;&#38;#39;&#38;gt;&#38;lt;img class=&#38;#39;avia_image {$class}&#38;#39; src=&#38;#39;{$src}&#38;#39; alt=&#38;#39;&#38;#39;  /&#38;gt;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output.= &#38;quot;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;#39;{$link}&#38;#39; class=&#38;#39;avia_image &#38;quot;.$meta[&#38;#39;el_class&#38;#39;].$this-&#38;gt;class_by_arguments(&#38;#39;align&#38;#39; ,$atts, true).&#38;quot;&#38;#39;&#38;gt;&#38;lt;img class=&#38;#39;avia_image {$class}&#38;#39; src=&#38;#39;{$src}&#38;#39; alt=&#38;#39;&#38;#39;  /&#38;gt;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3.) This is the rendered html tag when using the Image shortcode via AviaBuilder. You can copy and paste it manually. Change the anchor tag link and the image url.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.yourlinkhere.com&#38;quot; class=&#38;quot;avia_image  avia-builder-el-49  el_after_av_slideshow_full  avia-builder-el-no-sibling avia-align-center &#38;quot;&#38;gt;&#38;lt;img class=&#38;quot;avia_image avia_animated_image avia_animate_when_almost_visible right-to-left avia_start_animation&#38;quot; src=&#38;quot;http://localhost/kriesi/enfold/wp-content/uploads/2011/12/imac_big_demo-300x180.png&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;image-overlay overlay-type-extern&#38;quot; style=&#38;quot;opacity: 0; left: 0px; top: 0px; display: block; height: 180px; width: 300px;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;image-overlay-inside&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yingfuli on "Open image hyperlink in new tab or window"</title>
			<link>http://www.kriesi.at/support/topic/open-image-hyperlink-in-new-tab-or-window#post-114208</link>
			<pubDate>Mon, 27 May 2013 15:41:05 +0000</pubDate>
			<dc:creator>yingfuli</dc:creator>
			<guid isPermaLink="false">114208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When hyperlinking an image in the Avia Builder it gives the option to set the URL manually but not to open the link in a new tab or window. Is there a possibility to do that?&#60;/p&#62;
&#60;p&#62;Thanks for the theme and the support,&#60;/p&#62;
&#60;p&#62;Ying-Fu
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Seerkat on "Need the thumbnail in the background slider to link to a product page.."</title>
			<link>http://www.kriesi.at/support/topic/need-the-thumbnail-in-the-background-slider-to-link-to-a-product-page#post-105352</link>
			<pubDate>Sat, 13 Apr 2013 12:29:27 +0000</pubDate>
			<dc:creator>Seerkat</dc:creator>
			<guid isPermaLink="false">105352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry I have discovered I can put a hyperlink in the title and the caption when the gallery is displayed as a background slider. For some reason this wasn't working before... maybe I had the gallery on autorotation...&#60;/p&#62;
&#60;p&#62;Problem solved!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
M
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Seerkat on "Need the thumbnail in the background slider to link to a product page.."</title>
			<link>http://www.kriesi.at/support/topic/need-the-thumbnail-in-the-background-slider-to-link-to-a-product-page#post-105279</link>
			<pubDate>Fri, 12 Apr 2013 09:43:00 +0000</pubDate>
			<dc:creator>Seerkat</dc:creator>
			<guid isPermaLink="false">105279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need the thumbnails in the background slider to be able to hyperlink to another page.... Can this be done? Or alternatively maybe clicking on the actual image to open a linked new window?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-82348</link>
			<pubDate>Mon, 05 Nov 2012 17:41:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about that, but if you have any other questions or issues let us know. I'll mark this as resolved for now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonbinder on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-82306</link>
			<pubDate>Mon, 05 Nov 2012 15:10:12 +0000</pubDate>
			<dc:creator>jasonbinder</dc:creator>
			<guid isPermaLink="false">82306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hoping for a different answer... Oh well.  Thanks for the quick reply!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-81468</link>
			<pubDate>Mon, 29 Oct 2012 20:25:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">81468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi design2impress,&#60;/p&#62;
&#60;p&#62;That is created by the themes auto sidebar navigation. To turn it on, go to your theme options&#38;gt;Layout &#38;amp; Settings then look for the option &#34;Page Sidebar navigation&#34;. Select &#34;Display sidebar navigation&#34; and hit Save all changes. Now when a page is part of a group of child pages, they will all show on the column and have the same look as: &#60;a href=&#34;http://www.kriesi.at/themes/choices/template-files/page-sidebar-right/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/template-files/page-sidebar-right/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>design2impress on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-81409</link>
			<pubDate>Mon, 29 Oct 2012 14:15:25 +0000</pubDate>
			<dc:creator>design2impress</dc:creator>
			<guid isPermaLink="false">81409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;On your demo site you've in sidebar a link to target a specific page like to Archive Sidemap, Page Dual Side Bar etc. etc. there is a &#38;lt; sign before it how can i setup this and where in which widget? i cant find any documentation about this or video
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-81249</link>
			<pubDate>Sat, 27 Oct 2012 01:56:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can only create a link to target a specific page but not a specific tab on a sidebar shortcode.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonbinder on "Hyperlink to a specific tab on Choices Sidebar Tab"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-to-a-specific-tab-on-choices-sidebar-tab#post-81221</link>
			<pubDate>Fri, 26 Oct 2012 19:26:40 +0000</pubDate>
			<dc:creator>jasonbinder</dc:creator>
			<guid isPermaLink="false">81221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to create a link from one page to a specific tab within the Sidebar shortcode on another page. Example, I wanted to create a link from my main page to point users to tab 2 that is located on a separate page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-52198</link>
			<pubDate>Wed, 18 Apr 2012 15:37:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ameliajune,&#60;/p&#62;
&#60;p&#62;I'm not sure there is a solution to this. The interface is handled by wordpress and woo commerce which doesn't really have a visual view for adding links.&#60;/p&#62;
&#60;p&#62;I'll leave the thread open in case anyone else has a suggestion.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trillamar on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-51928</link>
			<pubDate>Mon, 16 Apr 2012 22:09:04 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">51928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the delay, here you go. &#60;a href=&#34;http://bit.ly/HXEdB4&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/HXEdB4&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-49300</link>
			<pubDate>Sat, 31 Mar 2012 07:49:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can use link encrypters like &#60;a href=&#34;http://bit.ly/&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/&#60;/a&#62; to avoid this problem. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trillamar on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-49177</link>
			<pubDate>Fri, 30 Mar 2012 07:17:55 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">49177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;br /&#62;
Thanks for the prompt reply. Can I email the link to the page to avoid search engine pickup?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-48990</link>
			<pubDate>Thu, 29 Mar 2012 08:02:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you give me a link to the store page? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trillamar on "WooCommerce Products - Product Data - Variations - Assigning Generic Number?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-products-product-data-variations-assigning-generic-number#post-48987</link>
			<pubDate>Thu, 29 Mar 2012 07:38:49 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">48987@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I noticed when I add a Product Type/Variable Product, under Product Data/Variations it assigns a generic number to the variations, i.e., #11834, #12190, etc. &#60;/p&#62;
&#60;p&#62;Then when I am writing a post and inserting a Hyperlink, it gives the option to Link to Existing Content in the Products. However, the list then brings up &#34;Variation #11834 of Toy Box&#34;. The problem is, I don't know what Variation #11834 is unless I go view it in the Product Data/Variations tab to see it.&#60;/p&#62;
&#60;p&#62;Do you have any solution for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Boxed layout - color + hyperlink behind own created icons not working"</title>
			<link>http://www.kriesi.at/support/topic/boxed-layout-color-hyperlink-behind-own-created-icons-not-working#post-37436</link>
			<pubDate>Thu, 12 Jan 2012 09:37:33 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">37436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've encountered 2 problems with developing my website:&#60;/p&#62;
&#60;p&#62;A) When I choose for the boxed layout in the broadscope theme setting, I can select a background color (for the content outside the boxed content)&#60;br /&#62;
Problem: This color is shown only on computers with a very old browser (IE7), but on all other more up-to-date pc's, the color stays white (and the selected color is not shown)&#60;/p&#62;
&#60;p&#62;Ever heart about this problem? Do you know how I can solve this? (Do I really have to put an image in those settings to get my preferred color?)&#60;/p&#62;
&#60;p&#62;B) On my frontpage (&#60;a href=&#34;http://dev.verzekeringen-portaal.net)&#34; rel=&#34;nofollow&#34;&#62;http://dev.verzekeringen-portaal.net)&#60;/a&#62;, I want to add a hyperlink behind my self created photoshop-icons.&#60;br /&#62;
But I can't get this working! I can put hyperlinks behind almost everything (other icons, titles, text,...) but not behind these self created photoshop-icons. Any idea how i can fix this? &#60;/p&#62;
&#60;p&#62;I've already tried 2 things to get this working:&#60;br /&#62;
- In the WYSWYG-Editor, I've selected the icon + clicked on the &#34;Add Link&#34; icon.&#60;br /&#62;
- in the html-editor I've also tried to add the code href=&#34;http://dev.verzekeringen-portaal.net&#34; to the icon-code:&#60;/p&#62;
&#60;p&#62;image-code: src=&#34;http://dev.verzekeringen-portaal.net/wp-content/uploads/Kodak.png&#34;  href=&#34;http://dev.verzekeringen-portaal.net&#34; alt=&#34;&#34; ...&#60;/p&#62;
&#60;p&#62;But when I save this code, It automatically loses my added href-code...&#60;br /&#62;
Very strange...&#60;/p&#62;
&#60;p&#62;Thanks for your reply already!&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blank hyperlinks above images in gallery and in some blog posts"</title>
			<link>http://www.kriesi.at/support/topic/blank-hyperlinks-above-images-in-gallery-and-in-some-blog-posts#post-11347</link>
			<pubDate>Sat, 15 Jan 2011 14:10:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davver79 on "Blank hyperlinks above images in gallery and in some blog posts"</title>
			<link>http://www.kriesi.at/support/topic/blank-hyperlinks-above-images-in-gallery-and-in-some-blog-posts#post-11346</link>
			<pubDate>Sat, 15 Jan 2011 13:14:43 +0000</pubDate>
			<dc:creator>davver79</dc:creator>
			<guid isPermaLink="false">11346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, that worked. Great help as always!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blank hyperlinks above images in gallery and in some blog posts"</title>
			<link>http://www.kriesi.at/support/topic/blank-hyperlinks-above-images-in-gallery-and-in-some-blog-posts#post-11338</link>
			<pubDate>Sat, 15 Jan 2011 12:29:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in style2.css search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content a, .entry-content a:hover{
background: #dfefdc !important;
color: #666666;
text-decoration: none;
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom: 1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content a, .entry-content a:hover{
background: #dfefdc !important;
color: #666666;
text-decoration: none;
padding: 0px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>davver79 on "Blank hyperlinks above images in gallery and in some blog posts"</title>
			<link>http://www.kriesi.at/support/topic/blank-hyperlinks-above-images-in-gallery-and-in-some-blog-posts#post-11302</link>
			<pubDate>Fri, 14 Jan 2011 11:35:23 +0000</pubDate>
			<dc:creator>davver79</dc:creator>
			<guid isPermaLink="false">11302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you take a look at this page on my site: &#60;a href=&#34;http://www.beargraphics.co.uk/category/portfolio/holga/&#34; rel=&#34;nofollow&#34;&#62;http://www.beargraphics.co.uk/category/portfolio/holga/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;you'll see that above each image in the gallery there is a small live hyperlink area in the centre above each image. My hyperlinks have a coloured background so they are displaying as a small vertical line. This pushes all the gallery images down so the grid layout is uneven.&#60;/p&#62;
&#60;p&#62;This is also happening on some blog posts, but the hyperlink is above the image on the left.&#60;/p&#62;
&#60;p&#62;Do you know how I could fix this? &#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
