<?xml version="1.0" encoding="UTF-8"?><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>Commenti a: ABAC new.</title>
	<atom:link href="http://www.nikynik.com/2007/06/19/abac-new/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikynik.com/2007/06/19/abac-new/</link>
	<description>IT WordPress styles</description>
	<pubDate>Sun, 20 Jul 2008 22:49:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Di: Baalam</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2629</link>
		<dc:creator>Baalam</dc:creator>
		<pubDate>Tue, 27 May 2008 16:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2629</guid>
		<description>Hi everyone
Somehow my template shows the main page aligned to the left but the rest of the pages look centered ... This is only on IE... on FF looks fine

Heres my css if anybody can help me

* {
	margin: 0;
	padding: 0;
}
Body {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
BACKGROUND: #000000;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
COLOR: #999;
PADDING-TOP: 0px;
font-family: Arial, sans-serif;
font-size: 0.74em;
background-image : url(images/bg.jpg);
background-repeat : repeat-y;
background-position : center top;
}</description>
		<content:encoded><![CDATA[<p>Hi everyone<br />
Somehow my template shows the main page aligned to the left but the rest of the pages look centered &#8230; This is only on IE&#8230; on FF looks fine</p>
<p>Heres my css if anybody can help me</p>
<p>* {<br />
	margin: 0;<br />
	padding: 0;<br />
}<br />
Body {<br />
PADDING-RIGHT: 0px;<br />
PADDING-LEFT: 0px;<br />
BACKGROUND: #000000;<br />
PADDING-BOTTOM: 0px;<br />
MARGIN: 0px;<br />
COLOR: #999;<br />
PADDING-TOP: 0px;<br />
font-family: Arial, sans-serif;<br />
font-size: 0.74em;<br />
background-image : url(images/bg.jpg);<br />
background-repeat : repeat-y;<br />
background-position : center top;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: edoug</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2621</link>
		<dc:creator>edoug</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2621</guid>
		<description>Make sure you have an extra “-” in the because it will not work. I just cut and pasted and didn’t notice it. so it should have 2 dashes. I supposed the comments won’t allow actual directives.</description>
		<content:encoded><![CDATA[<p>Make sure you have an extra “-” in the because it will not work. I just cut and pasted and didn’t notice it. so it should have 2 dashes. I supposed the comments won’t allow actual directives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Paulus</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2618</link>
		<dc:creator>Paulus</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2618</guid>
		<description>Hey Pickleman,

If you look at the latest index.php, you will see the following at line 48:

&#60;--[if IE 7]&#62;
  &#60;/ div&#62;
  &#60;[endif]--&#62; 
&#60;!--[if IE 6]&#62;
  &#60;/div&#62;
  &#60;![endif]--&#62; 
&#60;!--[if lt IE 6]&#62;&#60;/div&#62;
  &#60;![endif]--&#62; 
  
  Copy this to archive.php line 85 (after &#60;?php the_content('Read the rest of this entry &#38;raquo;'); ?&#62; &#60;/div&#62; ). Leave the rest intact.
This worked for me!</description>
		<content:encoded><![CDATA[<p>Hey Pickleman,</p>
<p>If you look at the latest index.php, you will see the following at line 48:</p>
<p>&lt;&#8211;[if IE 7]&gt;<br />
  &lt;/ div&gt;<br />
  &lt;[endif]&#8211;&gt;<br />
&lt;!&#8211;[if IE 6]&gt;<br />
  &lt;/div&gt;<br />
  &lt;![endif]&#8211;&gt;<br />
&lt;!&#8211;[if lt IE 6]&gt;&lt;/div&gt;<br />
  &lt;![endif]&#8211;&gt; </p>
<p>  Copy this to archive.php line 85 (after &lt;?php the_content(&#8217;Read the rest of this entry &amp;raquo;&#8217;); ?&gt; &lt;/div&gt; ). Leave the rest intact.<br />
This worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Paulus</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2617</link>
		<dc:creator>Paulus</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2617</guid>
		<description>Hey Pickleman,

If you look at the latest index.php, you will see the following at line 48:

       &lt;!--[if IE 7]&#62;--&gt;
    
 

&lt;!--[if IE 6]&#62;--&gt;

 

&lt;!--[if lt IE 6]&#62;--&gt;
 

Copy this to archive.php line 85 (after    ). Leave the rest intact.

This worked for me!</description>
		<content:encoded><![CDATA[<p>Hey Pickleman,</p>
<p>If you look at the latest index.php, you will see the following at line 48:</p>
<p>       <!--[if IE 7]&gt;--></p>
<p><!--[if IE 6]&gt;--></p>
<p><!--[if lt IE 6]&gt;--></p>
<p>Copy this to archive.php line 85 (after    ). Leave the rest intact.</p>
<p>This worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: coley</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2615</link>
		<dc:creator>coley</dc:creator>
		<pubDate>Wed, 05 Mar 2008 21:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2615</guid>
		<description>hi, I am having problems with RSS your theme. I get the following error..

XML Parsing Error: xml declaration not at start of external entity
Location: http://www.ormondejayne.com/blog/feed
Line Number 3, Column 1:
^

Please can you help? Has this issue been fixed in a new release?</description>
		<content:encoded><![CDATA[<p>hi, I am having problems with RSS your theme. I get the following error..</p>
<p>XML Parsing Error: xml declaration not at start of external entity<br />
Location: <a href="http://www.ormondejayne.com/blog/feed" rel="nofollow">http://www.ormondejayne.com/blog/feed</a><br />
Line Number 3, Column 1:<br />
^</p>
<p>Please can you help? Has this issue been fixed in a new release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: pickleman</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2608</link>
		<dc:creator>pickleman</dc:creator>
		<pubDate>Thu, 07 Feb 2008 08:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2608</guid>
		<description>hey nikynik....
 I have to say, your a genious as both a codemoney and also an artist....    I love the abac theme, and at first i had the issue with the nested post's on the main page ofwhich we have fixed, but the posts are still nesting on the catogory pages........   i just cant seem to figure out how to fix...   please help.......... thanks so much</description>
		<content:encoded><![CDATA[<p>hey nikynik&#8230;.<br />
 I have to say, your a genious as both a codemoney and also an artist&#8230;.    I love the abac theme, and at first i had the issue with the nested post&#8217;s on the main page ofwhich we have fixed, but the posts are still nesting on the catogory pages&#8230;&#8230;..   i just cant seem to figure out how to fix&#8230;   please help&#8230;&#8230;&#8230;. thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: nikynik</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2597</link>
		<dc:creator>nikynik</dc:creator>
		<pubDate>Mon, 07 Jan 2008 19:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2597</guid>
		<description>Ok ABAC is fixed for IE. Go to Download.</description>
		<content:encoded><![CDATA[<p>Ok ABAC is fixed for IE. Go to Download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: nikynik</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2596</link>
		<dc:creator>nikynik</dc:creator>
		<pubDate>Mon, 07 Jan 2008 17:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2596</guid>
		<description>OK i'm work for the solution in this days.</description>
		<content:encoded><![CDATA[<p>OK i&#8217;m work for the solution in this days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Josiah</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2595</link>
		<dc:creator>Josiah</dc:creator>
		<pubDate>Mon, 07 Jan 2008 15:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2595</guid>
		<description>html didn't come out on my last message. I closed the div tag on line 35...</description>
		<content:encoded><![CDATA[<p>html didn&#8217;t come out on my last message. I closed the div tag on line 35&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Josiah</title>
		<link>http://www.nikynik.com/2007/06/19/abac-new/#comment-2594</link>
		<dc:creator>Josiah</dc:creator>
		<pubDate>Mon, 07 Jan 2008 15:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikynik.com/19/06/2007/148/#comment-2594</guid>
		<description>Hi there, I fixed the bug somehow, by adding a  on line 35 of index.php (between  and )

I am new at this, but I believe this is a different problem than the one Islanddog fixed on line 37. That one fixed the decreasing font size, which was happening to me in Firefox.

The fix I just made caused the posts to stop nesting on top of one another in IE. I notice Islanddog's website has this problem right now. I will send him a message to let him know.

Thanks for the help, and I love the template.

-Josiah</description>
		<content:encoded><![CDATA[<p>Hi there, I fixed the bug somehow, by adding a  on line 35 of index.php (between  and )</p>
<p>I am new at this, but I believe this is a different problem than the one Islanddog fixed on line 37. That one fixed the decreasing font size, which was happening to me in Firefox.</p>
<p>The fix I just made caused the posts to stop nesting on top of one another in IE. I notice Islanddog&#8217;s website has this problem right now. I will send him a message to let him know.</p>
<p>Thanks for the help, and I love the template.</p>
<p>-Josiah</p>
]]></content:encoded>
	</item>
</channel>
</rss>
