<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: xMark Version 1.0.2 - Update Release</title>
	<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/</link>
	<description>because X marks the spot</description>
	<pubDate>Sat, 05 Jul 2008 21:04:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Lisa</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-17830</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Mon, 08 Oct 2007 20:42:26 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-17830</guid>
		<description>Latest Update  - xMark has been &lt;a href="http://blogdesignsolutions.com/2007/09/30/xmark-theme-upgraded-for-23/" rel="nofollow"&gt;upgrades for the latest version of Wordpress 2.3&lt;/a&gt; - including tagging features and some clean up of the CSS stylesheet.</description>
		<content:encoded><![CDATA[<p>Latest Update  - xMark has been <a href="http://blogdesignsolutions.com/2007/09/30/xmark-theme-upgraded-for-23/" rel="nofollow">upgrades for the latest version of Wordpress 2.3</a> - including tagging features and some clean up of the CSS stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10637</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Thu, 21 Jun 2007 03:16:10 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10637</guid>
		<description>Chris - that's great news :)  I'm glad it helped.  Sometimes, it's just the little sticky things that can muck things up, glad I could help.

I did finish the book at the end of April.  I'm just entering into what my editors call the "Final Author Review" where I get the chance to review and revise the text I've written and bring it up to date with any new releases and functionalities that WordPress has released since I finished... which has been quite a lot - so I'll be busy over the next month with that.  It is scheduled for release on (or about) Sept. 10th.

Thanks!</description>
		<content:encoded><![CDATA[<p>Chris - that&#8217;s great news <img src='http://blogdesignsolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m glad it helped.  Sometimes, it&#8217;s just the little sticky things that can muck things up, glad I could help.</p>
<p>I did finish the book at the end of April.  I&#8217;m just entering into what my editors call the &#8220;Final Author Review&#8221; where I get the chance to review and revise the text I&#8217;ve written and bring it up to date with any new releases and functionalities that WordPress has released since I finished&#8230; which has been quite a lot - so I&#8217;ll be busy over the next month with that.  It is scheduled for release on (or about) Sept. 10th.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10636</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 Jun 2007 03:10:15 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10636</guid>
		<description>You are absolutely awesome!  I don't know what else to say?!?!  Thank you so much for responding so quickly and professionally!  You've just made my day!  Hopefully I'll get to return the favor some day!

By the way...did you finish up your book?  I'll definitely  purchase a copy!

Thank you!
Chris</description>
		<content:encoded><![CDATA[<p>You are absolutely awesome!  I don&#8217;t know what else to say?!?!  Thank you so much for responding so quickly and professionally!  You&#8217;ve just made my day!  Hopefully I&#8217;ll get to return the favor some day!</p>
<p>By the way&#8230;did you finish up your book?  I&#8217;ll definitely  purchase a copy!</p>
<p>Thank you!<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10633</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Thu, 21 Jun 2007 02:54:55 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10633</guid>
		<description>Hi Chris -- 

I took a look at your source code.  If you look at my &lt;a href="http://sandbox.ewebscapes.com" rel="nofollow"&gt;Sandbox Testsite&lt;/a&gt; - you'll see I was able to duplicate your problem there in IE.

Here's the issue...your text widgets.  Currently your code looks like this:

&lt;code&gt;&lt;center&gt;
&lt;li&gt;&lt;a href="http://chrishoyt.com/general/do-you-follow/" rel="nofollow"&gt;&lt;img src="http://chrishoyt.com/images/ifolloworange.gif" alt="You Comment I Follow"/&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=htmkting1' target='_blank' rel="nofollow"&gt;&lt;img src='http://www.hostgator.com/affiliates/banners/poweredby.gif' /&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="resources112.php" rel="nofollow"&gt;Other Resources&lt;/a&gt;&lt;/li&gt;

&lt;/center&gt;&lt;/code&gt;

You have your elements wrapped in LI tags with no preceeding (or ending) UL tags.

On my test site - when I added the preceeding and ending UL tags, it displayed just fine.

It also displayed fine if I just removed the LI tags (before and after), as well.

Looks like you have it this way for your Text 4 and Text 5 widgets, from what I can see.  I didn't check all your text widgets - but you may want to.

Let me know if we've hit gold :)</description>
		<content:encoded><![CDATA[<p>Hi Chris &#8212; </p>
<p>I took a look at your source code.  If you look at my <a href="http://sandbox.ewebscapes.com" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/sandbox.ewebscapes.com');">Sandbox Testsite</a> - you&#8217;ll see I was able to duplicate your problem there in IE.</p>
<p>Here&#8217;s the issue&#8230;your text widgets.  Currently your code looks like this:</p>
<pre><code>&lt;center&gt;
&lt;li&gt;&lt;a href="http://chrishoyt.com/general/do-you-follow/" rel="nofollow"&gt;&lt;img src="http://chrishoyt.com/images/ifolloworange.gif" alt="You Comment I Follow"/&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=htmkting1' target='_blank' rel="nofollow"&gt;&lt;img src='http://www.hostgator.com/affiliates/banners/poweredby.gif' /&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="resources112.php" rel="nofollow"&gt;Other Resources&lt;/a&gt;&lt;/li&gt;

&lt;/center&gt;</code></pre>
<p>You have your elements wrapped in LI tags with no preceeding (or ending) UL tags.</p>
<p>On my test site - when I added the preceeding and ending UL tags, it displayed just fine.</p>
<p>It also displayed fine if I just removed the LI tags (before and after), as well.</p>
<p>Looks like you have it this way for your Text 4 and Text 5 widgets, from what I can see.  I didn&#8217;t check all your text widgets - but you may want to.</p>
<p>Let me know if we&#8217;ve hit gold <img src='http://blogdesignsolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10632</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 Jun 2007 02:36:11 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10632</guid>
		<description>Hi Lisa, 
If you have the opportunity, take a look at it now.  It's like when I add a certain number of widgets, the sidebars go crazy?  I've just set it back up like I had it when I first noticed the problem. 
Thanks for responding so quickly.  If we can't figure it out, I'll take your advice and download the theme and try reloading it.  
Thanks!
Chris</description>
		<content:encoded><![CDATA[<p>Hi Lisa,<br />
If you have the opportunity, take a look at it now.  It&#8217;s like when I add a certain number of widgets, the sidebars go crazy?  I&#8217;ve just set it back up like I had it when I first noticed the problem.<br />
Thanks for responding so quickly.  If we can&#8217;t figure it out, I&#8217;ll take your advice and download the theme and try reloading it.<br />
Thanks!<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10630</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Thu, 21 Jun 2007 02:20:37 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10630</guid>
		<description>Hi Chris, thank you for stopping by.

I went to your site and loaded it in IE6 and IE7 and am not seeing any problems at all.  This site (blogdesignsolutions.com) also uses widgets and I don't seem to have any issues with the display here, either.

Just for further testing - - I loaded it on my &lt;a href="http://sandbox.ewebscapes.com/" rel="nofollow"&gt;Sandbox Testsite&lt;/a&gt; (using WP 2.2) just to see if I had any problems with the display right 'out of the box' so to speak (i.e. no alterations in code or CSS, just the straight theme)

Your request has me at a loss.  Have you, perhaps, modified the templates or CSS at all since you downloaded it?  If not, I would recommend re-downloading the theme, completely delete the one you currently have installed, re-upload and activate it and see if that makes any difference for you.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Chris, thank you for stopping by.</p>
<p>I went to your site and loaded it in IE6 and IE7 and am not seeing any problems at all.  This site (blogdesignsolutions.com) also uses widgets and I don&#8217;t seem to have any issues with the display here, either.</p>
<p>Just for further testing - - I loaded it on my <a href="http://sandbox.ewebscapes.com/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/sandbox.ewebscapes.com');">Sandbox Testsite</a> (using WP 2.2) just to see if I had any problems with the display right &#8216;out of the box&#8217; so to speak (i.e. no alterations in code or CSS, just the straight theme)</p>
<p>Your request has me at a loss.  Have you, perhaps, modified the templates or CSS at all since you downloaded it?  If not, I would recommend re-downloading the theme, completely delete the one you currently have installed, re-upload and activate it and see if that makes any difference for you.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10626</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 Jun 2007 01:36:52 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-10626</guid>
		<description>Hi Lisa, 
I downloaded your theme a while back and it's been performing very nicely.  Well about a week ago, I decided I'd make life easy and start using widgets.  I hadn't used them before and found that they made life so much easier.  I use Firefox and didn't bother to look at my site in IE.  I went to my site in IE today and the sidebars were mangled?  I've played around with the widgets some, trying to pin down exactly what is happening, with no luck so far.  I guess my question is whether you've heard of anyone else having problems that are similar?  I know thats not a lot of info, but I'd like to start by making sure this isn't a problem thats already been solved.  If you'd like to see what I mean, I can set it up again and let you know.  I made some changes to get it back to where it looks halfway normal for now.  Thanks for your help!
Chris</description>
		<content:encoded><![CDATA[<p>Hi Lisa,<br />
I downloaded your theme a while back and it&#8217;s been performing very nicely.  Well about a week ago, I decided I&#8217;d make life easy and start using widgets.  I hadn&#8217;t used them before and found that they made life so much easier.  I use Firefox and didn&#8217;t bother to look at my site in IE.  I went to my site in IE today and the sidebars were mangled?  I&#8217;ve played around with the widgets some, trying to pin down exactly what is happening, with no luck so far.  I guess my question is whether you&#8217;ve heard of anyone else having problems that are similar?  I know thats not a lot of info, but I&#8217;d like to start by making sure this isn&#8217;t a problem thats already been solved.  If you&#8217;d like to see what I mean, I can set it up again and let you know.  I made some changes to get it back to where it looks halfway normal for now.  Thanks for your help!<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biggie</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-9835</link>
		<dc:creator>Biggie</dc:creator>
		<pubDate>Fri, 01 Jun 2007 17:54:27 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-9835</guid>
		<description>I seem to be having a problem with the size of the displayed comments when I use plugins like Brian's Threaded Comments or Sexy Comments. The plugins work (comments appear threaded, etc.) but the comment font size becomes extremely small and hard to read. I'm not sure where or how to fix this -- thoughts?</description>
		<content:encoded><![CDATA[<p>I seem to be having a problem with the size of the displayed comments when I use plugins like Brian&#8217;s Threaded Comments or Sexy Comments. The plugins work (comments appear threaded, etc.) but the comment font size becomes extremely small and hard to read. I&#8217;m not sure where or how to fix this &#8212; thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 46409b34e4</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-8734</link>
		<dc:creator>46409b34e4</dc:creator>
		<pubDate>Tue, 08 May 2007 15:46:19 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-8734</guid>
		<description>&lt;strong&gt;46409b34e4&lt;/strong&gt;

46409b34e4</description>
		<content:encoded><![CDATA[<p><strong>46409b34e4</strong></p>
<p>46409b34e4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wally</title>
		<link>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-8308</link>
		<dc:creator>Wally</dc:creator>
		<pubDate>Thu, 26 Apr 2007 22:19:34 +0000</pubDate>
		<guid>http://blogdesignsolutions.com/2007/03/05/xmark-version-102-update-release/#comment-8308</guid>
		<description>I have the same problem as Stefano with the linked title of the RSS widgets showing up with the reddish theme color.  It is difficult to read.  Was his a quick fix?  If so how?

Thanks,</description>
		<content:encoded><![CDATA[<p>I have the same problem as Stefano with the linked title of the RSS widgets showing up with the reddish theme color.  It is difficult to read.  Was his a quick fix?  If so how?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
