<?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: Making boxes on posts and pages</title>
		<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages</link>
		<description>WordPress.com Forums &#187; Topic: Making boxes on posts and pages</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 07:22:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/making-boxes-on-posts-and-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>gunsnwar on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012449</link>
			<pubDate>Sun, 16 Sep 2012 11:19:51 +0000</pubDate>
			<dc:creator>gunsnwar</dc:creator>
			<guid isPermaLink="false">1012449@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It works exactly the way I want. Thank you a lot!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012415</link>
			<pubDate>Sun, 16 Sep 2012 10:30:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1012415@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@notawoodpecker: The type of coding suggested on the pages you linked to is obsolete.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012414</link>
			<pubDate>Sun, 16 Sep 2012 10:27:34 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1012414@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>a) Some themes display table borders by default, but most don't.<br />
b) <em>width="530"</em> is old-fashioned coding that doesn't work in the theme you're using.</p>
<p>So, to constrain the width of the table and create a thin white border around each cell, you need to write the opening table tag this way:<br />
<code>&lt;table style=&quot;width:530px;border-collapse:collapse;&quot;&gt;</code><br />
and each opening td tag this way:<br />
<code>&lt;td style=&quot;border:1px solid #fff;&quot;&gt;</code></p>
<p>PS1 To display code in the WP forums (without having to replace anything), you enclose it in backticks (see the note on "Allowed markup").<br />
PS2 You can post in the Greek forum instead of here.
</p>
]]></description>
					</item>
		<item>
			<title>notawoodpecker on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012392</link>
			<pubDate>Sun, 16 Sep 2012 10:06:07 +0000</pubDate>
			<dc:creator>notawoodpecker</dc:creator>
			<guid isPermaLink="false">1012392@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can find all kinds of things in Search Engines:</p>
<p><a href="http://www.htmlcodetutorial.com/tables/index_famsupp_149.html" rel="nofollow">http://www.htmlcodetutorial.com/tables/index_famsupp_149.html</a>
</p>
]]></description>
					</item>
		<item>
			<title>gunsnwar on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012355</link>
			<pubDate>Sun, 16 Sep 2012 09:22:43 +0000</pubDate>
			<dc:creator>gunsnwar</dc:creator>
			<guid isPermaLink="false">1012355@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well...I found what I wanted:<br />
[div align="center"]<br />
[table width="530"]<br />
[tbody]<br />
[tr]<br />
[td](text goes here)[/td]<br />
[td](text goes here)[/td]<br />
[/tr]<br />
[tr]<br />
[td](text goes here)[/td]<br />
[td](text goes here)[/td]<br />
[/tr]<br />
[tr]<br />
[td](text goes here)[/td]<br />
[td](text goes here)[/td]<br />
[/tr]<br />
[tr]<br />
[td](text goes here)[/td]<br />
[td](text goes here)[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]<br />
[/div]</p>
<p>This is what I wanted (replace the [] with &#60;&#62;). But there is a problem. I put all that code-thing on a page, but when I publicized the page, I could only see the text.<br />
The box was invisible!! <strong>How can i make the box white??</strong>
</p>
]]></description>
					</item>
		<item>
			<title>gunsnwar on "Making boxes on posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/making-boxes-on-posts-and-pages#post-1012327</link>
			<pubDate>Sun, 16 Sep 2012 07:49:26 +0000</pubDate>
			<dc:creator>gunsnwar</dc:creator>
			<guid isPermaLink="false">1012327@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The best way to tell you what exactly I need is to show this blog that I have found.<br />
<a href="http://orologiatango.wordpress.com/about/">http://orologiatango.wordpress.com/about/</a><br />
Go at the very bottom of this page, where you will see a box with huge bix red letters (you probably won't understand the text, but it doesn't matter).<br />
How can I make like this (with four rows), but instead of one column I would like to have two.<br />
I hope you didn't get confused by my post (I just woke up and I'm sleepy!)
</p>
]]></description>
					</item>

	</channel>
</rss>
