<?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: Custom index html</title>
		<link>http://www.kriesi.at/support/topic/custom-index-html</link>
		<description>Support Forum - Topic: Custom index html</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:09:34 +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/custom-index-html" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-57471</link>
			<pubDate>Thu, 24 May 2012 22:20:33 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Devin and Dude could help you!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scrubber on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-57466</link>
			<pubDate>Thu, 24 May 2012 21:50:31 +0000</pubDate>
			<dc:creator>scrubber</dc:creator>
			<guid isPermaLink="false">57466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin, i found solution!&#60;/p&#62;
&#60;p&#62;Much appreciated both for useful info!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-57456</link>
			<pubDate>Thu, 24 May 2012 21:13:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Scrubber,&#60;/p&#62;
&#60;p&#62;We can definitely help point you in the right direction but its a bit of a drawn out process and will take a good bit of customization on exactly how you want it.&#60;/p&#62;
&#60;p&#62;Here is a good starting guide that takes you through the steps: &#60;a href=&#34;http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/&#34; rel=&#34;nofollow&#34;&#62;http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the index.php file of the theme, you can add your html content in between where it says:&#60;br /&#62;
&#60;code&#62;//*if you did choose: &#38;quot;edit by html&#38;quot; you can now edit the following lines: *//&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;code&#62;//stop editing here if you did choose &#38;quot;edit by html&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then add your css to the style.css file in the theme files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scrubber on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-56991</link>
			<pubDate>Tue, 22 May 2012 07:29:34 +0000</pubDate>
			<dc:creator>scrubber</dc:creator>
			<guid isPermaLink="false">56991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude,&#60;br /&#62;
would you be so kind and give me example how to do this...&#60;/p&#62;
&#60;p&#62;I would be very grateful for your efforts! And learn something new :))&#60;br /&#62;
Kind regards,&#60;br /&#62;
S.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-55450</link>
			<pubDate>Thu, 10 May 2012 06:04:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Probably the easiest way is to use the existing index.php. Then create a 100%-width div inside the #main div and create a 60% and 40% div. Float them to the left/right and you can use them side-by-side.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scrubber on "Custom index html"</title>
			<link>http://www.kriesi.at/support/topic/custom-index-html#post-54979</link>
			<pubDate>Mon, 07 May 2012 14:29:26 +0000</pubDate>
			<dc:creator>scrubber</dc:creator>
			<guid isPermaLink="false">54979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello dear community,&#60;br /&#62;
i would like to ask you for some help regarding Cubit theme.&#60;/p&#62;
&#60;p&#62;I want to create 'custom' html index file. I want to have two DIV's, one 60% and other 40% of 940px wide theme.&#60;br /&#62;
How is it the best way to create it?&#60;/p&#62;
&#60;p&#62;Or maybe can i create one DIV (full width: 940px, centered) and than inside i can work with tables...&#60;br /&#62;
If it is not understood, i will try to draw what i mean.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
S.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
