<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Vertically split screen (Columns)</title>
		<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns</link>
		<description>WordPress.com Forums &#187; Topic: Vertically split screen (Columns)</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 16:00:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/vertically-split-screen-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>boles on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-39810</link>
			<pubDate>Wed, 20 Dec 2006 18:48:06 +0000</pubDate>
			<dc:creator>boles</dc:creator>
			<guid isPermaLink="false">39810@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah!  Your screenshot is helpful, Adam, and I should've done that for you last night.  Fine job!
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-39808</link>
			<pubDate>Wed, 20 Dec 2006 18:11:19 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">39808@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@drmike - </p>
<p>you could use divs, with the custom CSS upgrade, or with any theme that has columns defined (i don't know which version of fauna those were added to, but i suspect it was more recent than the one we have here).</p>
<p>however, you can now use google docs to create your post, and  then use their publish feature to send the post to wp.com.  this is what my publish settings look like:<br />
<a href="http://picasaweb.google.com/sunburntkamel/Screenshots/photo#5010671833918928066" rel="nofollow">http://picasaweb.google.com/sunburntkamel/Screenshots/photo#5010671833918928066</a>
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-37085</link>
			<pubDate>Sun, 03 Dec 2006 19:42:29 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">37085@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Couldn't you use div tags as well to do this?  Might have to add in the CSS upgrade and define them though.
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36476</link>
			<pubDate>Thu, 30 Nov 2006 01:08:08 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">36476@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>needless to say, it would be much better to simply bold your questions, and/or indent your answers.</p>
<p>from the faq:<br />
<a href="http://faq.wordpress.com/2006/11/09/why-not-to-use-word/" rel="nofollow">http://faq.wordpress.com/2006/11/09/why-not-to-use-word/</a><br />
word is not good for writing blogs.<br />
there are a ton of excellent blog editors out there.  check out:<br />
<a href="http://www.flock.com" rel="nofollow">http://www.flock.com</a><br />
<a href="http://windowslivewriter.spaces.live.com/" rel="nofollow">http://windowslivewriter.spaces.live.com/</a><br />
<a href="http://www.qumana.com/" rel="nofollow">http://www.qumana.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36468</link>
			<pubDate>Thu, 30 Nov 2006 00:42:11 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">36468@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>alright, this isn't easy.  you're going to have to do this by hand.  you'll need to use the 'code' tab if you're using the rich text editor.</p>
<p>there is no copy/paste.  you'll have to build a table.  <code>tr</code> stands for 'table row'.  there are two <code>td</code> elements per row.</p>
<p><code>&lt;table&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;question 1&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;answer 1&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;question 2&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;answer 2&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;/table&gt;</code></p>
<p>here's what a table looks like on my blog:<br />
<a href="http://sunburntkamel.archgfx.net/2006/07/10/the-new-web-just-like-the-old-web/" rel="nofollow">http://sunburntkamel.archgfx.net/2006/07/10/the-new-web-just-like-the-old-web/</a></p>
<p>if you want to try to copy and paste stuff, you can try pasting your post from word into <a href="http://www.nvu.com/index.php">Nvu</a>, and then switch to the 'source' tab, and see if it generates a table for you.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36442</link>
			<pubDate>Wed, 29 Nov 2006 23:03:38 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">36442@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I feel bad about this not working for you. And I'm hoping that sunburntkamel or engtech or another beloved geek out there will ride in to rescue you.
</p>
]]></description>
					</item>
		<item>
			<title>outsider222 on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36439</link>
			<pubDate>Wed, 29 Nov 2006 22:54:04 +0000</pubDate>
			<dc:creator>outsider222</dc:creator>
			<guid isPermaLink="false">36439@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I thought of that...save it as a jpeg. Pretty convoluted, and I would have to re-compose the document with larger type, since WordPress will only upload so many pixels, and Word won't let me increase the font size without messing up the formatting...</p>
<p>I tried an Excel spread sheet too, but I don't know how to copy it intact . </p>
<p>It seems strange that something so simple should be so difficult. I"m sure there's something I'm missing. I looked at Frontpage, but couldn't find any "Column" feature in the Format menu. And I'm not geeky enough to edit the HTML.</p>
<p>Hmmm...</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36428</link>
			<pubDate>Wed, 29 Nov 2006 21:57:45 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">36428@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have only been able to succeed with posting a table composed in microsoft WORD by putting it into the microsoft Paint program,  making it into an image and uploading it. Perhaps others will have better ideas that you can use.
</p>
]]></description>
					</item>
		<item>
			<title>outsider222 on "Vertically split screen (Columns)"</title>
			<link>http://en.forums.wordpress.com/topic/vertically-split-screen-columns#post-36427</link>
			<pubDate>Wed, 29 Nov 2006 21:38:07 +0000</pubDate>
			<dc:creator>outsider222</dc:creator>
			<guid isPermaLink="false">36427@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Does anyone know any way to post a page with a vertically split screen? I have an MS Word doc which was composed in columns, resulting in questions on the left, and answers exactly opposite, on the right. </p>
<p>But when I copy and paste it into the blog page(Even into another Word doc) it ends up with a horizontal split, rather than a vertical split. (Questions above, answers below)</p>
<p>I need to keep the same vertical split on my blog page as well.</p>
<p>Thanks.
</p>
]]></description>
					</item>

	</channel>
</rss>
