<?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: Table style not working</title>
		<link>http://en.forums.wordpress.com/topic/table-style-not-working</link>
		<description>WordPress.com Forums &#187; Topic: Table style not working</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 17:59:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/table-style-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>andrewjhayward on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799626</link>
			<pubDate>Mon, 23 Jan 2012 19:38:00 +0000</pubDate>
			<dc:creator>andrewjhayward</dc:creator>
			<guid isPermaLink="false">799626@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>:) Thats great, thank you for all your help, I'm getting used to this editing now. It doesn't help that the WYSIWYG editor inserts deprecated code, confusing!
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799552</link>
			<pubDate>Mon, 23 Jan 2012 18:37:02 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">799552@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's not you, it's the theme: it aligns the <em>baseline</em> of images. So you need to specify the vertical alignment you prefer. In addition:<br />
• Several attributes, among them width="whatever", are deprecated.<br />
• You'd better add some extra right padding to the text.<br />
• As I already mentioned, you don't need to specify the text alignment if you want it left. But in this case justified would probably look better.<br />
In all, the opening td tag for the text should be:<br />
<code>&lt;td style=&quot;width:50%;vertical-align:top;text-align:justify;padding-right:24px;&quot;&gt;</code><br />
And the opening td tag for the image should be:<br />
<code>&lt;td style=&quot;width:50%;vertical-align:top;&quot;&gt;</code><br />
You also need to add a space after each period in your text.<br />
And I'm not sure the miserable Explorer will display the image correctly when it's set to 300px wide but the table constrains it to a smaller width (I'm a Mac user so I can't check it). It's safer to turn the image code to this:<br />
<code>&lt;img style=&quot;width:100%;&quot; class=&quot;alignnone wp-image-389&quot; title=&quot;Compressor Design&quot; src=&quot;http://andrewjhayward.files.wordpress.com/2012/01/1-copy21.jpg&quot; alt=&quot;Compressor Design&quot; /&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>andrewjhayward on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799409</link>
			<pubDate>Mon, 23 Jan 2012 16:16:36 +0000</pubDate>
			<dc:creator>andrewjhayward</dc:creator>
			<guid isPermaLink="false">799409@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think I've managed to figure it out. Instead of using px or % margins, I've just set the table widths and margins to auto, which spaces it in the center of the window no matter what size :)</p>
<p>I've been trying to get my homepage (www.andrew-hayward.com) to work with a table, but for some reason the picture ends up looking like it's a row above the text. I'm using this code:</p>
<blockquote><p>
&#60;table&#62;<br />
&#60;tr&#62;<br />
&#60;td style="text-align: left;" width="50%"&#62;Welcome to my Engineering portfolio website.Details of my achievements and personal interests can be found in the "About Me" section.Examples of both my design and analytical work can be found in the "Projects" section.If you have any questions or comments please <a title="Contact" href="http://andrew-hayward.com/contact/">contact me</a>.&#60;/td&#62;<br />
&#60;td&#62;&#60;img class="alignright  wp-image-389" title="Compressor Design" src="http://andrewjhayward.files.wordpress.com/2012/01/1-copy21.jpg?w=300" alt="Compressor Design" width="300" height="242" /&#62;&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;/table&#62;
</p></blockquote>
<p>Any ideas where I'm going wrong?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799342</link>
			<pubDate>Mon, 23 Jan 2012 14:49:09 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">799342@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. Sorry, I have no experience with mobile devices, so I cannot answer your new question. Another volunteer will.
</p>
]]></description>
					</item>
		<item>
			<title>andrewjhayward on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799321</link>
			<pubDate>Mon, 23 Jan 2012 14:11:55 +0000</pubDate>
			<dc:creator>andrewjhayward</dc:creator>
			<guid isPermaLink="false">799321@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for the help, that has worked nicely. In general, which is the best way to specify margins to maintain compatibility across to phones etc? Is coding with %'s better than in px?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-799002</link>
			<pubDate>Mon, 23 Jan 2012 01:14:34 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">799002@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Padding is space <em>inside</em> a frame: you need <em>margin</em>-left, not padding-left. (You're getting the impression that the top indents while the bottom doesn't because the default in 2011 is a bottom border for the table but a top border for each cell.)</p>
<p>And text-align:left is superfluous, as it's the default.
</p>
]]></description>
					</item>
		<item>
			<title>andrewjhayward on "Table style not working"</title>
			<link>http://en.forums.wordpress.com/topic/table-style-not-working#post-798991</link>
			<pubDate>Mon, 23 Jan 2012 00:10:36 +0000</pubDate>
			<dc:creator>andrewjhayward</dc:creator>
			<guid isPermaLink="false">798991@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://andrew-hayward.com/about-me-2/" rel="nofollow">http://andrew-hayward.com/about-me-2/</a></p>
<p>I've been trying to use this code to indent the table, but whilst the top bar of the table indents the bottom doesn't. Its like the indent doesn't work on the last bit of the table. Can anyone see what is wrong because it has been driving me mad!</p>
<p>&#60;table style="padding-left:5%;width:90%;"&#62;<br />
&#60;tbody&#62;<br />
&#60;tr&#62;<br />
&#60;td style="text-align:left;"&#62;TEST&#60;/td&#62;<br />
&#60;td style="text-align:left;"&#62;TEST&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;/tbody&#62;<br />
&#60;/table&#62;</p>
<p>Thanks :)
</p>
]]></description>
					</item>

	</channel>
</rss>
