<?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: add spacing in single line?</title>
		<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line</link>
		<description>WordPress.com Forums &#187; Topic: add spacing in single line?</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 22:28:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/add-spacing-in-single-line" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1117577</link>
			<pubDate>Wed, 09 Jan 2013 19:26:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1117577@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>so the post didn't show the way I had typed it out. It takes out all the extra space. and when I try to add &#38;nbsp doesn't seem to work.</p></blockquote>
<p>Ahhh, I see what you mean though.</p>
<p>A table is a good option. I like this HTML generator for tables:<br />
<a href="http://tablegen.nfshost.com/" rel="nofollow">http://tablegen.nfshost.com/</a></p>
<p>There might be something even better if you're trying to make a restaurant site though. We have a theme called Confit that was built for restaurants and has a specialized menu feature. Check it out here:<br />
<a href="http://theme.wordpress.com/themes/confit/" rel="nofollow">http://theme.wordpress.com/themes/confit/</a></p>
<p>Here is an example from the demo:<br />
<a href="http://confitdemo.wordpress.com/menu/" rel="nofollow">http://confitdemo.wordpress.com/menu/</a>
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1112607</link>
			<pubDate>Fri, 04 Jan 2013 22:50:36 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1112607@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As mentioned above, tables are probably your best bet here. If you aren't familiar with making tables in HTML, here are some helpful resources:</p>
<p><a href="http://www.w3schools.com/html/html_tables.asp" rel="nofollow">http://www.w3schools.com/html/html_tables.asp</a><br />
<a href="http://www.lissaexplains.com/tables.shtml" rel="nofollow">http://www.lissaexplains.com/tables.shtml</a><br />
<a href="http://onecoolsitebloggingtips.com/2008/03/31/how-to-make-html-tables-for-your-wordpress-blog/" rel="nofollow">http://onecoolsitebloggingtips.com/2008/03/31/how-to-make-html-tables-for-your-wordpress-blog/</a>
</p>
]]></description>
					</item>
		<item>
			<title>crossroadswordpress on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1112522</link>
			<pubDate>Fri, 04 Jan 2013 21:47:55 +0000</pubDate>
			<dc:creator>crossroadswordpress</dc:creator>
			<guid isPermaLink="false">1112522@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>so the post didn't show the way I had typed it out. It takes out all the extra space. and when I try to add &#38;nbsp doesn't seem to work. </p>
<p>the main page I am working on currently is<br />
<a href="http://mycrossroadspizza.wordpress.com/menu/seafood/" rel="nofollow">http://mycrossroadspizza.wordpress.com/menu/seafood/</a>
</p>
]]></description>
					</item>
		<item>
			<title>crossroadswordpress on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1112517</link>
			<pubDate>Fri, 04 Jan 2013 21:44:24 +0000</pubDate>
			<dc:creator>crossroadswordpress</dc:creator>
			<guid isPermaLink="false">1112517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am looking for a way to crate a menu line item starting on the left margin and then a few spaces in from the right margin would be the menu items prices.<br />
for example:</p>
<p>item one:                                           9.99<br />
item two with cheese:                  12.99<br />
item three:                                      13.99</p>
<p>See how everything is lined up? I'm having a hard time getting the spacing to work out when dealing with a single line and I don't want to add an extra line.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1108916</link>
			<pubDate>Tue, 01 Jan 2013 17:19:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108916@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there any way to add a set amount of space in a single line?</p></blockquote>
<p>I'm not completely sure what your end goal is, it would help to see a link to an example page showing what you're working on. Regarding the space in a line, the "line-height" CSS property will control spacing between lines of text and the "width" property controls how wide the amount of space is given for a line.</p>
<blockquote><p>would the easiest way to continue to create tables?</p></blockquote>
<p>As a general rule, I tend to stick with tables for tabular data (like spreadsheets) and other HTML elements like divs and sections for layout.</p>
<blockquote><p>or could I start to create a #sidebar?</p></blockquote>
<p>CSS can be used to take existing elements on a page and adjust them or move them around. There is not a way to add in dynamic content that doesn't already exist on a page.</p>
<blockquote><p>If the #sidebar is an option what would that html look like<br />
"menu item: 9.99"</p></blockquote>
<p>I'm really not sure what you mean here. Perhaps you could include a screenshot?<br />
<a href="http://en.support.wordpress.com/make-a-screenshot/" rel="nofollow">http://en.support.wordpress.com/make-a-screenshot/</a>
</p>
]]></description>
					</item>
		<item>
			<title>crossroadswordpress on "add spacing in single line?"</title>
			<link>http://en.forums.wordpress.com/topic/add-spacing-in-single-line#post-1101298</link>
			<pubDate>Sat, 22 Dec 2012 01:13:14 +0000</pubDate>
			<dc:creator>crossroadswordpress</dc:creator>
			<guid isPermaLink="false">1101298@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there any way to add a set amount of space in a single line? I am creating a menu and some of the line require the item to be aligned left and then the amount aligned right (of mostly on the right) </p>
<p>would the easiest way to continue to create tables? or could I start to create a #sidebar? </p>
<p>If the #sidebar is an option what would that html look like<br />
"menu item:                           9.99"
</p>
]]></description>
					</item>

	</channel>
</rss>
