<?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: Unwanted left margin</title>
		<link>http://en.forums.wordpress.com/topic/unwanted-left-margin</link>
		<description>WordPress.com Forums &#187; Topic: Unwanted left margin</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 05:15:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/unwanted-left-margin" rel="self" type="application/rss+xml" />

		<item>
			<title>justpi on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-921398</link>
			<pubDate>Thu, 21 Jun 2012 22:46:41 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">921398@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1) You can use a Custom Menu widget instead of the Pages widget.<br />
2) For a better solution (that would include hiding the word "Protégé") you need the Custom Design Upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-921388</link>
			<pubDate>Thu, 21 Jun 2012 22:39:42 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">921388@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm... That works for me, but now, I cannot use de "Pages Widget" correctly, and I still have the word "Protégé" on top of the pages...
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-921073</link>
			<pubDate>Thu, 21 Jun 2012 18:19:53 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">921073@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes it's possible - see here, under "Other options, special cases and tricks":<br />
<a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-921068</link>
			<pubDate>Thu, 21 Jun 2012 18:15:23 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">921068@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it possible to cancel the automatic title in the static pages? I guess it's there because of the "Twenty Ten" theme I choose. </p>
<p>The source say "&#60;meta property="og:title" content="Protégé&#160;:&#160;Gestion" /&#62;" Is there any way to override it or to remove it somehow?</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-915119</link>
			<pubDate>Fri, 15 Jun 2012 13:18:46 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">915119@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nice! Thanks (again!)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-914373</link>
			<pubDate>Thu, 14 Jun 2012 19:01:16 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">914373@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The root of the problem is that tables used to be 'neutral' unless you specified otherwise, but many new WP themes include some default table styling in their CSS; this means you'll never be able to style a table correctly if you don't examine the CSS of the theme, to find out what you need to change or override. The default for table cells in 2010 is a grey <em>top</em> border, a 6px top&#38;bottom padding, and an outrageous 24px left&#38;right border.</p>
<p>Here's what you need to change:</p>
<p>1) Remove these from the opening table tag:<br />
<code>height:6px;padding:5px;</code></p>
<p>2) Remove all of these:<br />
<pre><code>&lt;h3 style=&quot;text-align:left;&quot;&gt;
&lt;/h3&gt;</code></pre>
<p>3) Turn all of these:<br />
<code>&lt;tr style=&quot;border:none;&quot;&gt;</code><br />
to just:<br />
<code>&lt;tr&gt;</code></p>
<p>4) Turn all of these:<br />
<code>&lt;td style=&quot;border:1px solid blue;&quot;&gt;</code><br />
to:<br />
<code>&lt;td style=&quot;border-top:none;border-right:1px solid blue;padding:5px;&quot;&gt;</code></p>
<p>If you need further changes, shoot!
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-914255</link>
			<pubDate>Thu, 14 Jun 2012 17:44:15 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">914255@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow, there is a lot of very useful things in your WordPress tips site, thanks a lot.</p>
<p>I did a little changes (with a lot of tries) and it's a little easier now, but I still have two problems with my (same) table.</p>
<p>The text padding seems too big in the cells, I don't want all this "free space". And the change I made in the table style doesn't seems to work. Do I have to do it for each td?</p>
<p>I would like to have only columns, no row lines and the tag td border:none seems override by the th one...
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-910670</link>
			<pubDate>Tue, 12 Jun 2012 01:50:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">910670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Styling isn't HTML, it's inline CSS. To modify the styling of an element, you add the <em>style</em> attribute to its opening tag. The style attribute accepts various properties and values. Check my relevant posts for examples:<br />
<a href="http://wpbtips.wordpress.com/list-of-posts/3/" rel="nofollow">http://wpbtips.wordpress.com/list-of-posts/3/</a><br />
The list of properties is enormous - see here:<br />
<a href="http://www.w3schools.com/css/default.asp" rel="nofollow">http://www.w3schools.com/css/default.asp</a></p>
<p>To determine the width of the cells you<em> don't</em> insert images.<br />
You specify the width of each column like this:<br />
<pre><code>&lt;table&gt;
&lt;col width=&quot;250&quot; /&gt;&lt;col width=&quot;190&quot; /&gt;&lt;col width=&quot;100&quot; /&gt;&lt;col width=&quot;100&quot; /&gt;</code></pre>
<p>Note that the command you've used for the table width (<em>width="900"</em>) has no effect, the default for tables in the theme you're using is 100% width, and the width of your pages in the theme you're using is 640px.
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-910615</link>
			<pubDate>Tue, 12 Jun 2012 00:49:19 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">910615@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a list of the accepted styles? </p>
<p>I think I learned the html too many years ago... I learned to use the spacers images to determine the width of the cells...  I feel like my skills are a little low for the use of this tool and I'm a little uncomfortable to use your time like that. Thanks a lot for your help.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-910197</link>
			<pubDate>Mon, 11 Jun 2012 19:25:54 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">910197@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1) That's the way the theme is designed. Compare:<br />
<a href="http://twentytendemo.wordpress.com/" rel="nofollow">http://twentytendemo.wordpress.com/</a><br />
<a href="http://twentytendemo.wordpress.com/about/" rel="nofollow">http://twentytendemo.wordpress.com/about/</a><br />
You can switch to a different theme.</p>
<p>2) You can ask here. For starters:<br />
• Each regular cell is defined by <em>td</em> tags, not <em>th</em> tags (<em>th</em> tags are for table headings).<br />
• Commands such as <em>border="3"</em> are outdated and don't work. You need to add styling to the opening <em>table</em> and <em>td</em> tags, for example:<br />
<code>&lt;table style=&quot;border:1px solid #ccc;&quot;&gt;</code><br />
• What on earth do you want those "espacer" images for?
</p>
]]></description>
					</item>
		<item>
			<title>maudevez on "Unwanted left margin"</title>
			<link>http://en.forums.wordpress.com/topic/unwanted-left-margin#post-910113</link>
			<pubDate>Mon, 11 Jun 2012 18:38:02 +0000</pubDate>
			<dc:creator>maudevez</dc:creator>
			<guid isPermaLink="false">910113@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I can't understand why there is a left margin in this page:<br />
<a href="http://testdocns.wordpress.com/listedocs/marrainage/" rel="nofollow">http://testdocns.wordpress.com/listedocs/marrainage/</a></p>
<p>(password: docns)</p>
<p>There is none in the "Accueil" page, I don't understand why both are differents.</p>
<p>Also, I can't find answers about that kind of appearance problems (like my table borders). Where can I find answers about that coding? I searches in support section and in forums but I can't find exactly what I need...</p>
<p>Thanks!<br />
Maude
</p>
]]></description>
					</item>

	</channel>
</rss>
