<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title><![CDATA[Technical Support Forum - All Forums]]></title>
		<link>http://www.pricetapestrytemplates.com/technical-support/</link>
		<description><![CDATA[Technical Support Forum - http://www.pricetapestrytemplates.com/technical-support]]></description>
		<pubDate>Fri, 10 Jul 2009 03:18:40 +0100</pubDate>
		<generator>MyBB</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/pttforum" type="application/rss+xml" /><item>
			<title><![CDATA[searchresults.php in columns]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=96</link>
			<pubDate>Mon, 11 May 2009 07:36:47 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=96</guid>
			<description><![CDATA[Hi David<br />
<br />
I have the Dark Thoughts template and I want to show the results in columns and exactly the same format as the featured products.  David, of PT, has sent me a new searchresults.php to produce it in columns, but, although I know html and css, the php is really confusing me and I have been unable to get it into the same format without getting errors! Would you be able to do this for me please?]]></description>
			<content:encoded><![CDATA[Hi David<br />
<br />
I have the Dark Thoughts template and I want to show the results in columns and exactly the same format as the featured products.  David, of PT, has sent me a new searchresults.php to produce it in columns, but, although I know html and css, the php is really confusing me and I have been unable to get it into the same format without getting errors! Would you be able to do this for me please?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[where to put twitter/digg buttons?]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=95</link>
			<pubDate>Thu, 07 May 2009 17:12:29 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=95</guid>
			<description><![CDATA[Tried twitter/digg buttons in a few places on athletic blue but it always skews the design.<br />
<br />
Any suggestions?<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Tried twitter/digg buttons in a few places on athletic blue but it always skews the design.<br />
<br />
Any suggestions?<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[css button for price]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=94</link>
			<pubDate>Wed, 06 May 2009 15:17:56 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=94</guid>
			<description><![CDATA[Hi Dave<br />
<br />
I want to have a "buy it" button below the display price on the product.php file.  I have that working with:<br />
<br />
<br />
PHP Code:<br />
&lt;span&nbsp;class="buybutton"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?php&nbsp;foreach(&#36;product["products"]&nbsp;as&nbsp;&#36;priceProduct):&nbsp;?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?php&nbsp;if&nbsp;(&#36;priceProduct["price"]&nbsp;==&nbsp;&#36;mainProduct["price"]):&nbsp;?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a&nbsp;href='&lt;?php&nbsp;print&nbsp;tapestry_buyURL(&#36;priceProduct);&nbsp;?&gt;'&nbsp;title='&lt;?php&nbsp;print&nbsp;&#36;priceProduct["merchant"];&nbsp;?&gt;'&nbsp;&lt;?php&nbsp;print&nbsp;javascript_statusBar(translate("Go&nbsp;to")."&nbsp;".&#36;priceProduct["merchant"]);?&gt;&gt;BUY&nbsp;NOW!&lt;/a&gt;&lt;/span&gt;&nbsp;<br />
<br />
<br />
My css for buybutton is<br />
<br />
Code:<br />
.buybutton{border: 2px groove #640000;background-color: #CB0101;font-weight: bold;color: #FFFFFF;<br />
cursor:pointer;padding:6px;font-weight:bold;}<br />
.buybutton a {text-decoration:none;color: #FFFFFF;}<br />
.buybutton a:visited {text-decoration:none;color: #FFFFFF;}<br />
.buybutton a:hover{color:#640000;text-decoration:none;}<br />
<br />
<br />
However, as you can see at www. 123club.co.uk /pricetap/product/Benromach-Organic.html, where I am setting it up, the text does not show white as it should do, but is the default links colour, which is the same colour as the background of this button.<br />
<br />
I am flumoxed! Any ideas?]]></description>
			<content:encoded><![CDATA[Hi Dave<br />
<br />
I want to have a "buy it" button below the display price on the product.php file.  I have that working with:<br />
<br />
<br />
PHP Code:<br />
&lt;span&nbsp;class="buybutton"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?php&nbsp;foreach(&#36;product["products"]&nbsp;as&nbsp;&#36;priceProduct):&nbsp;?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?php&nbsp;if&nbsp;(&#36;priceProduct["price"]&nbsp;==&nbsp;&#36;mainProduct["price"]):&nbsp;?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a&nbsp;href='&lt;?php&nbsp;print&nbsp;tapestry_buyURL(&#36;priceProduct);&nbsp;?&gt;'&nbsp;title='&lt;?php&nbsp;print&nbsp;&#36;priceProduct["merchant"];&nbsp;?&gt;'&nbsp;&lt;?php&nbsp;print&nbsp;javascript_statusBar(translate("Go&nbsp;to")."&nbsp;".&#36;priceProduct["merchant"]);?&gt;&gt;BUY&nbsp;NOW!&lt;/a&gt;&lt;/span&gt;&nbsp;<br />
<br />
<br />
My css for buybutton is<br />
<br />
Code:<br />
.buybutton{border: 2px groove #640000;background-color: #CB0101;font-weight: bold;color: #FFFFFF;<br />
cursor:pointer;padding:6px;font-weight:bold;}<br />
.buybutton a {text-decoration:none;color: #FFFFFF;}<br />
.buybutton a:visited {text-decoration:none;color: #FFFFFF;}<br />
.buybutton a:hover{color:#640000;text-decoration:none;}<br />
<br />
<br />
However, as you can see at www. 123club.co.uk /pricetap/product/Benromach-Organic.html, where I am setting it up, the text does not show white as it should do, but is the default links colour, which is the same colour as the background of this button.<br />
<br />
I am flumoxed! Any ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Product description on &quot;Forest Shadows&quot; Template]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=93</link>
			<pubDate>Tue, 05 May 2009 13:01:02 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=93</guid>
			<description><![CDATA[Hello Dave,<br />
<br />
How are you?<br />
After uploaded the product datafeed. I noted that the product description does not display full described details information as it has been provided in the feed. I have been tried to figure out what was the cause of this but exhausted. Could you please help to to have a look at my website at <br />
http://www.mobilecompare.com.au/product/Nokia-5800.html<br />
<br />
It suppose to display a full details of product discription about 3 lines of wordings, however it only display "It's the Nokia 5800 Tube". The problem of product description not being displayed full details seem to be occurred across all products. <br />
<br />
Thanks in advance for the helps.<br />
<br />
Cheers, <br />
<br />
Dan]]></description>
			<content:encoded><![CDATA[Hello Dave,<br />
<br />
How are you?<br />
After uploaded the product datafeed. I noted that the product description does not display full described details information as it has been provided in the feed. I have been tried to figure out what was the cause of this but exhausted. Could you please help to to have a look at my website at <br />
http://www.mobilecompare.com.au/product/Nokia-5800.html<br />
<br />
It suppose to display a full details of product discription about 3 lines of wordings, however it only display "It's the Nokia 5800 Tube". The problem of product description not being displayed full details seem to be occurred across all products. <br />
<br />
Thanks in advance for the helps.<br />
<br />
Cheers, <br />
<br />
Dan]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dark Thoughts on Local computer]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=91</link>
			<pubDate>Sat, 25 Apr 2009 10:02:08 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=91</guid>
			<description><![CDATA[I am trying to set up Price Tapestry on my local computer, using WAMP.  Installed Price Tapestry no problem, works fine.<br />
Installed the Dark Thoughts template and I get error message at top: <br />
<br />
Notice: Undefined variable: header in C:\wamp\www\pricetap\html\header.php on line 2<br />
<br />
I haven't had this error when setting it up online, just my local<br />
<br />
TIA<br />
Jill]]></description>
			<content:encoded><![CDATA[I am trying to set up Price Tapestry on my local computer, using WAMP.  Installed Price Tapestry no problem, works fine.<br />
Installed the Dark Thoughts template and I get error message at top: <br />
<br />
Notice: Undefined variable: header in C:\wamp\www\pricetap\html\header.php on line 2<br />
<br />
I haven't had this error when setting it up online, just my local<br />
<br />
TIA<br />
Jill]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[blurb again]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=90</link>
			<pubDate>Wed, 22 Apr 2009 15:09:21 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=90</guid>
			<description><![CDATA[Here is my blurb below<br />
<br />
<br />
PHP Code:<br />
&lt;?php//&nbsp;Write&nbsp;a&nbsp;few&nbsp;sentences&nbsp;here&nbsp;about&nbsp;what&nbsp;your&nbsp;website&nbsp;does.//&nbsp;Help&nbsp;can&nbsp;be&nbsp;found&nbsp;at&nbsp;http://www.pricetapestrytemplates.com/technical-support///&nbsp;Remember&nbsp;to&nbsp;use&nbsp;proper&nbsp;HTML&nbsp;formatting://&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&lt;p&gt;&nbsp;&nbsp;&nbsp;starts&nbsp;a&nbsp;new&nbsp;paragraph//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&lt;/p&gt;&nbsp;&nbsp;ends&nbsp;a&nbsp;paragraph//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;e.g.&nbsp;&lt;p&gt;This&nbsp;is&nbsp;a&nbsp;paragraph.&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;another.&lt;/p&gt;?&gt;&lt;p&gt;About&nbsp;cyclingcleats.com&lt;/p&gt;&lt;p&gt;Changed&lt;/p&gt;&lt;p&gt;About&nbsp;cyclingcleats.com&lt;/p&gt;&lt;p&gt;Changed&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;a&nbsp;paragraph.&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;another.&lt;/p&gt;&nbsp;<br />
<br />
<br />
But nothing shoes up!<br />
<br />
Any suggestions?<br />
<br />
Domain is in the code if you want to have a look!<br />
<br />
Thanksedit just tested the same blurb file at<br />
<br />
http://www.rlej.com/blurb.php<br />
<br />
and it shows up fine..<br />
<br />
edit - and the answer is - make sure you add a featured product - so the page is called...]]></description>
			<content:encoded><![CDATA[Here is my blurb below<br />
<br />
<br />
PHP Code:<br />
&lt;?php//&nbsp;Write&nbsp;a&nbsp;few&nbsp;sentences&nbsp;here&nbsp;about&nbsp;what&nbsp;your&nbsp;website&nbsp;does.//&nbsp;Help&nbsp;can&nbsp;be&nbsp;found&nbsp;at&nbsp;http://www.pricetapestrytemplates.com/technical-support///&nbsp;Remember&nbsp;to&nbsp;use&nbsp;proper&nbsp;HTML&nbsp;formatting://&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&lt;p&gt;&nbsp;&nbsp;&nbsp;starts&nbsp;a&nbsp;new&nbsp;paragraph//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&lt;/p&gt;&nbsp;&nbsp;ends&nbsp;a&nbsp;paragraph//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;e.g.&nbsp;&lt;p&gt;This&nbsp;is&nbsp;a&nbsp;paragraph.&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;another.&lt;/p&gt;?&gt;&lt;p&gt;About&nbsp;cyclingcleats.com&lt;/p&gt;&lt;p&gt;Changed&lt;/p&gt;&lt;p&gt;About&nbsp;cyclingcleats.com&lt;/p&gt;&lt;p&gt;Changed&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;a&nbsp;paragraph.&lt;/p&gt;&lt;p&gt;This&nbsp;is&nbsp;another.&lt;/p&gt;&nbsp;<br />
<br />
<br />
But nothing shoes up!<br />
<br />
Any suggestions?<br />
<br />
Domain is in the code if you want to have a look!<br />
<br />
Thanksedit just tested the same blurb file at<br />
<br />
http://www.rlej.com/blurb.php<br />
<br />
and it shows up fine..<br />
<br />
edit - and the answer is - make sure you add a featured product - so the page is called...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Add site description to blurb.php]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=89</link>
			<pubDate>Thu, 16 Apr 2009 07:54:33 +0100</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=89</guid>
			<description><![CDATA[Hi Dave,<br />
<br />
I have a problem adding site description to blurb.php. I start a paragraph with  and end . I placed the site description between &lt;?php and ?&gt; and nothing display on the homepage of http://www.mobilephonescompare.com.au. <br />
<br />
Can you please help. Thanks <br />
<br />
Dan]]></description>
			<content:encoded><![CDATA[Hi Dave,<br />
<br />
I have a problem adding site description to blurb.php. I start a paragraph with  and end . I placed the site description between &lt;?php and ?&gt; and nothing display on the homepage of http://www.mobilephonescompare.com.au. <br />
<br />
Can you please help. Thanks <br />
<br />
Dan]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[searchresults class]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=88</link>
			<pubDate>Sat, 21 Mar 2009 08:17:59 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=88</guid>
			<description><![CDATA[I have the Dark Thoughts template.<br />
<br />
The search results have a border that I wish to change. On the template the results are within a div for class=searchresults, but that isn't in the css!<br />
<br />
Where can I change the border please?<br />
<br />
[EDIT]  SOLVED!  Found the culprit border was on the table class!]]></description>
			<content:encoded><![CDATA[I have the Dark Thoughts template.<br />
<br />
The search results have a border that I wish to change. On the template the results are within a div for class=searchresults, but that isn't in the css!<br />
<br />
Where can I change the border please?<br />
<br />
[EDIT]  SOLVED!  Found the culprit border was on the table class!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding a title image to header.php]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=87</link>
			<pubDate>Fri, 13 Mar 2009 13:48:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=87</guid>
			<description><![CDATA[Notes of Blue<br />
<br />
I have replace H1 title text with an image via the header.php which appears on the page header and link works ok but image is merged with grey area of search box below. How do I create space below the image between the search area?<br />
<br />
Thanks<br />
<br />
Steve]]></description>
			<content:encoded><![CDATA[Notes of Blue<br />
<br />
I have replace H1 title text with an image via the header.php which appears on the page header and link works ok but image is merged with grey area of search box below. How do I create space below the image between the search area?<br />
<br />
Thanks<br />
<br />
Steve]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding simple html to the blurb.php file]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=86</link>
			<pubDate>Tue, 10 Feb 2009 16:32:57 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=86</guid>
			<description><![CDATA[I want to be able to post a straightforward bit of html in my blurb.php file<br />
http://cheapest-bargain.co.uk/homepage/cb2.html<br />
<br />
I'm getting huge re-formatting issues. Is there a way around that? I've tried iframes but that makes the footer appear in the iframe. At the moment all I can do is post a screenshot of my html into my blurb.htm as I have done in http://cheapest-bargain.co.uk/ <br />
<br />
It must be a fairly common requirement.]]></description>
			<content:encoded><![CDATA[I want to be able to post a straightforward bit of html in my blurb.php file<br />
http://cheapest-bargain.co.uk/homepage/cb2.html<br />
<br />
I'm getting huge re-formatting issues. Is there a way around that? I've tried iframes but that makes the footer appear in the iframe. At the moment all I can do is post a screenshot of my html into my blurb.htm as I have done in http://cheapest-bargain.co.uk/ <br />
<br />
It must be a fairly common requirement.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Featured product header]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=85</link>
			<pubDate>Fri, 06 Feb 2009 07:10:10 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=85</guid>
			<description><![CDATA[http://www.123photographs.co.uk/photogra.../index.php<br />
<br />
I have changed the dark thoughts template quite a bit for this site. The only thing I cannot find out how to change is the colour of the featured products header.  I have attempted to add a: details to the .featuredh but that did nothing at all.<br />
<br />
Jill]]></description>
			<content:encoded><![CDATA[http://www.123photographs.co.uk/photogra.../index.php<br />
<br />
I have changed the dark thoughts template quite a bit for this site. The only thing I cannot find out how to change is the colour of the featured products header.  I have attempted to add a: details to the .featuredh but that did nothing at all.<br />
<br />
Jill]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Add custom fields]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=84</link>
			<pubDate>Sat, 10 Jan 2009 10:30:34 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=84</guid>
			<description><![CDATA[I have added two new fields to my Price Tapestry - promo and spec. I have these working fine.<br />
<br />
However, I of course now need them to show on my products template and here I am absolutely lost how to do it!]]></description>
			<content:encoded><![CDATA[I have added two new fields to my Price Tapestry - promo and spec. I have these working fine.<br />
<br />
However, I of course now need them to show on my products template and here I am absolutely lost how to do it!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forest Shadows template]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=83</link>
			<pubDate>Sat, 20 Dec 2008 20:42:20 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=83</guid>
			<description><![CDATA[Hello David<br />
<br />
I hope your well.<br />
<br />
How hard would it be to add another column to the Forest Shadows template, basically for categories?<br />
<br />
Also, I wonderif it would help to increase the width of the actual Forest Shadows template as it is quite narrow?<br />
<br />
Cheers<br />
<br />
Mally]]></description>
			<content:encoded><![CDATA[Hello David<br />
<br />
I hope your well.<br />
<br />
How hard would it be to add another column to the Forest Shadows template, basically for categories?<br />
<br />
Also, I wonderif it would help to increase the width of the actual Forest Shadows template as it is quite narrow?<br />
<br />
Cheers<br />
<br />
Mally]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[featured products edit]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=81</link>
			<pubDate>Fri, 05 Dec 2008 12:52:14 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=81</guid>
			<description><![CDATA[Dave<br />
<br />
Pretty much there now but I'd like to change the featured products again if that's poss.<br />
<br />
I'd like each featured product to have a link to 'Review this product' in the box or, if there had been a review, would show eg 1/2 reviews and linking<br />
<br />
you can see what i mean here<br />
<br />
http://www-fancy-dress.com/<br />
<br />
my site is here<br />
<br />
http://www.gift-mania.co.uk]]></description>
			<content:encoded><![CDATA[Dave<br />
<br />
Pretty much there now but I'd like to change the featured products again if that's poss.<br />
<br />
I'd like each featured product to have a link to 'Review this product' in the box or, if there had been a review, would show eg 1/2 reviews and linking<br />
<br />
you can see what i mean here<br />
<br />
http://www-fancy-dress.com/<br />
<br />
my site is here<br />
<br />
http://www.gift-mania.co.uk]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[merchant category page]]></title>
			<link>http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=80</link>
			<pubDate>Mon, 01 Dec 2008 23:49:46 +0000</pubDate>
			<guid isPermaLink="false">http://www.pricetapestrytemplates.com/technical-support/showthread.php?tid=80</guid>
			<description><![CDATA[My merchant category page is beginning to bust the measure<br />
<br />
is there any way to limit its width?<br />
<br />
http://www.gift-mania.co.uk/category/<br />
<br />
regards]]></description>
			<content:encoded><![CDATA[My merchant category page is beginning to bust the measure<br />
<br />
is there any way to limit its width?<br />
<br />
http://www.gift-mania.co.uk/category/<br />
<br />
regards]]></content:encoded>
		</item>
	</channel>
</rss>
