<?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: HTML table formatting issues...</title>
		<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues</link>
		<description>WordPress.com Forums &#187; Topic: HTML table formatting issues...</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 09:42:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/html-table-formatting-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>dwrichy on "HTML table formatting issues..."</title>
			<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues#post-864312</link>
			<pubDate>Sat, 14 Apr 2012 05:10:51 +0000</pubDate>
			<dc:creator>dwrichy</dc:creator>
			<guid isPermaLink="false">864312@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. I had exactly the same problem and your guidance was perfect.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HTML table formatting issues..."</title>
			<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues#post-845809</link>
			<pubDate>Wed, 21 Mar 2012 13:32:02 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">845809@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
"The first line of text would start at the bottom right of the image" because you've set its alignment to none; if you set it to <em>left</em>, the text will wrap around - no table needed.
</p>
]]></description>
					</item>
		<item>
			<title>kurtwilloughby on "HTML table formatting issues..."</title>
			<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues#post-845777</link>
			<pubDate>Wed, 21 Mar 2012 12:01:09 +0000</pubDate>
			<dc:creator>kurtwilloughby</dc:creator>
			<guid isPermaLink="false">845777@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the suggestions. I couldn't seem to get the it to work without using a table though, the first line of text would start at the bottom right of the image. But I've applied the style attributes and they have worked wonders!</p>
<p>I guess it just goes to show how long it's been since I last used HTML for anything other than inserting a link.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HTML table formatting issues..."</title>
			<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues#post-845555</link>
			<pubDate>Wed, 21 Mar 2012 01:29:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">845555@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Those two commands (plus several others) are deprecated. You need the corresponding ones in the style attribute:<br />
<pre><code>&lt;table style=&quot;border:none;&quot;&gt;
 &lt;td style=&quot;border:none;vertical-align:top;&quot;&gt;</code></pre>
<p>But you don't need a table at all for a single image with some text next to it. Just set the alignment of the image to left, type the text right next to it, and paste this after the text to stop the wrap-around effect:<br />
<code>&lt;br style=&quot;clear:both;&quot; /&gt;</code></p>
<p>You might need to add some margin to the image:<br />
<code>&lt;img style=&quot;margin-right:14px;&quot; ETC ETC</code>
</p>
]]></description>
					</item>
		<item>
			<title>kurtwilloughby on "HTML table formatting issues..."</title>
			<link>http://en.forums.wordpress.com/topic/html-table-formatting-issues#post-845543</link>
			<pubDate>Wed, 21 Mar 2012 00:49:44 +0000</pubDate>
			<dc:creator>kurtwilloughby</dc:creator>
			<guid isPermaLink="false">845543@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been trying to add a table to one of the pages on my blog with just one row of two cells - in the left-hand cell will be a picture, and in the right-hand cell some text. I know the HTML coding to do this but when using it I find that the border is still visible despite the use of 'border="0"', and the text in the right-hand column for some reason begins in line with the bottom of the picture in the left-hand cell. I have attempted to use 'valign="top"' to resolve the latter issue but with no success.<br />
Any advice/info would be greatly appreciated.
</p>
]]></description>
					</item>

	</channel>
</rss>
