<?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 - Topic: Blog format messed up</title>
		<link>http://www.kriesi.at/support/topic/blog-format-messed-up</link>
		<description>Support Forum - Topic: Blog format messed up</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 09:37:57 +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/topic/blog-format-messed-up" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-25507</link>
			<pubDate>Mon, 22 Aug 2011 05:31:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please create me an admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-25502</link>
			<pubDate>Mon, 22 Aug 2011 01:39:13 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">25502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Dude,&#60;/p&#62;
&#60;p&#62;I've replaced all three files with the originals which leads me to believe the bug is elsewhere.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-25027</link>
			<pubDate>Wed, 17 Aug 2011 06:07:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can compare the files for efficient than I can because you modified them. Please use tools like &#60;a href=&#34;http://notepad-plus-plus.org/&#34; rel=&#34;nofollow&#34;&#62;http://notepad-plus-plus.org/&#60;/a&#62; to compare two text files side by side. It marks text differences for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-25019</link>
			<pubDate>Wed, 17 Aug 2011 03:30:07 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">25019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, thanks!  I'll make the change...&#60;/p&#62;
&#60;p&#62;I've attached the single.php fine... any help would be appreciate!  &#60;/p&#62;
&#60;p&#62;(removed by Dude)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24877</link>
			<pubDate>Mon, 15 Aug 2011 07:56:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One or more of these files (single.php, footer.php and/or sidebar.php) contains html errors (especially a missing div closing tag). Maybe the entry itself contains an error but I don't think so because all other single posts have the same sidebar issue. I assume that single.php contains the error. Another serious error I found is that you inserted following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;body onLoad=&#38;quot;MM_preloadImages(&#38;#39;../../../tire-rack-bright.jpg&#38;#39;)&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in the footer section (footer.php). This doesn't work because the body tag must be in the head section and it's not allowed to define it twice. If you need this code replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;body&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in header.php with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;body onLoad=&#38;quot;MM_preloadImages(&#38;#39;../../../tire-rack-bright.jpg&#38;#39;)&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Eric on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24869</link>
			<pubDate>Mon, 15 Aug 2011 04:01:59 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">24869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;That page has always displayed correctly.  It's when you click a blog link it reformats.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24522</link>
			<pubDate>Wed, 10 Aug 2011 17:37:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The page: &#60;a href=&#34;http://www.bmwccafoundation.org/index.php/latest-news/&#34; rel=&#34;nofollow&#34;&#62;http://www.bmwccafoundation.org/index.php/latest-news/&#60;/a&#62; displays fine for me now? So something must have changed...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24520</link>
			<pubDate>Wed, 10 Aug 2011 16:40:14 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">24520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I replaced both files to no avail.  I have since reverted them back to the customized files.&#60;/p&#62;
&#60;p&#62;Any further suggestions would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24411</link>
			<pubDate>Tue, 09 Aug 2011 04:57:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think the single.php file or footer.php contain a html error/html errors. Please upload the original files.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bmwccafoundation.org%2Findex.php%2Fconsumer-reports-teaches-teens-how-to-control-sliding-car%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bmwccafoundation.org%2Findex.php%2Fconsumer-reports-teaches-teens-how-to-control-sliding-car%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Blog format messed up"</title>
			<link>http://www.kriesi.at/support/topic/blog-format-messed-up#post-24395</link>
			<pubDate>Mon, 08 Aug 2011 21:28:47 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">24395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi,&#60;/p&#62;
&#60;p&#62;If you click the blog main page, the three &#34;categories&#34; appear correctly.  However, if you click an article they appear the the bottom...any suggestions?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/nhMaUb&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nhMaUb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
