<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - IE White-space rendering sucks...</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - IE White-space rendering sucks...</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 23:42:34 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 23:42:34 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>35</c9:totalResults>
	<c9:pageCount>-35</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><h1>UPDATE 2008 - This thread is 2&#43; years old. It was revived by another niner. No need to &quot;discuss&quot; this topic.</h1>
<br>
<h2>--Update-- This thread deals with White-space, not tables.</h2>
<br>
Over the years I have been using IE as my primary browser, simply because of it's popularity, and ease of use...now I'm getting sick of it.<br>
<br>
I'll just bring in one suspect today, IE and table-rendering.<br>
<br>
Did you know that<br>
<br>
<font color="#808080" face="courier new">&lt;td width=&quot;192&quot; height=&quot;307&quot;&gt;&lt;img src=&quot;hi.jpg&quot; width=&quot;192&quot; height=&quot;307&quot; /&gt;&lt;/td&gt;</font><br>
<br>
is different than<br>
<br>
<font color="#808080" face="courier new">&lt;td width=&quot;192&quot; height=&quot;307&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;?php<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; $var = &quot;hi&quot;;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; print &quot;&lt;img src=$var.&quot;.jpg&quot; width=\&quot;192\&quot; height=\&quot;307\&quot; /&gt;&quot;;<br>
&nbsp;&nbsp;&nbsp; ?&gt;<br>
&lt;/td&gt;</font><br>
<br>
...Yes, they are both treated differently. The second will throw the parent &lt;td&gt; dimensions out of whack.<br>
<br>
Do you know how I have to write the second in order for it to render properly?<br>
<br>
I have to put ALL OF THE CODE in a single line! So it becomes this:<br>
<br>
<font color="#808080" face="courier new">&lt;td width=&quot;192&quot; height=&quot;307&quot;&gt;&lt;?php $var = &quot;hi&quot;; print &quot;&lt;img src=$var.&quot;.jpg&quot; width=\&quot;192\&quot; height=\&quot;307\&quot; /&gt;&quot;; ?&gt;&lt;/td&gt;</font><br>
<br>
Annoyingly hard to read? I know, and that's how my source-code has to look in order for IE to properly render a &lt;td&gt;&lt;img&gt;&lt;/td&gt; with fixed widths in both elements.<br>
<br>
So, where do I file my complaint for IE to get 'fixed' so I can actually have some source-formatting in my code? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
Regards,<br>
Jonathan Sampson<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/208796#208796</link>
		<pubDate>Mon, 10 Jul 2006 11:12:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/208796#208796</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>You can provide IE feedback via:<br>
<br>
<a href="https://connect.microsoft.com/IE">https://connect.microsoft.com/IE</a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/bdea9347b9534967993d9deb01809152#bdea9347b9534967993d9deb01809152</link>
		<pubDate>Mon, 10 Jul 2006 12:17:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/bdea9347b9534967993d9deb01809152#bdea9347b9534967993d9deb01809152</guid>
		<dc:creator>gregoryw</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gregoryw/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>You could do this:<br>
<br>
&lt;td width=&quot;192&quot; height=&quot;307&quot;&gt;&lt;?php<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; $var = &quot;hi&quot;;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; print &quot;&lt;img src=$var.&quot;.jpg&quot; width=\&quot;192\&quot; height=\&quot;307\&quot; /&gt;&quot;;<br>
?&gt;&lt;/td&gt;<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/334a8fedfa8d4720b3269deb0180917a#334a8fedfa8d4720b3269deb0180917a</link>
		<pubDate>Mon, 10 Jul 2006 12:50:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/334a8fedfa8d4720b3269deb0180917a#334a8fedfa8d4720b3269deb0180917a</guid>
		<dc:creator>sbc</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sbc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Does td have a width and a height attribute in xhtml?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/5453f6b605df4a2684879deb018091a2#5453f6b605df4a2684879deb018091a2</link>
		<pubDate>Mon, 10 Jul 2006 12:57:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/5453f6b605df4a2684879deb018091a2#5453f6b605df4a2684879deb018091a2</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>I thought I tried that; I'm no longer at my house so I will have to double-check later.<br>
<br>
Eithe way, this shouldn't be a problem; IE should eliminate all white-space when processing, so as to not have this problem.<br>
<br>
&lt;td&gt;something&lt;/td&gt;<br>
<br>
should be treated the same as <br>
<br>
&lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; Something<br>
&lt;/td&gt;<br>
<br>
period <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
Thanks for the input though, and I will double-check when I get to the house on my lunch break.<br>
<br>
Jonathan<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/e9100330b39d4e61b4529deb018091cb#e9100330b39d4e61b4529deb018091cb</link>
		<pubDate>Mon, 10 Jul 2006 12:58:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/e9100330b39d4e61b4529deb018091cb#e9100330b39d4e61b4529deb018091cb</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>I just checked at W3: there is no height and width in td.<br>
<br>
If you have errors in your document, IE goes into garbage rendering mode and the result becomes unpredictable.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/61d3e90183e84a93af159deb018091f3#61d3e90183e84a93af159deb018091f3</link>
		<pubDate>Mon, 10 Jul 2006 13:04:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/61d3e90183e84a93af159deb018091f3#61d3e90183e84a93af159deb018091f3</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>ZippyV wrote:</div>
<div>I just checked at W3: there is no height and width in td.<br>
<br>
If you have errors in your document, IE goes into garbage rendering mode and the result becomes unpredictable.</div>
</blockquote>
<br>
<br>
That's almost a non-issue though; the point still remains that IE handles both code-blocks differently, regardless their height and width in HTML or CSS.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/522a7810243b4e69b0079deb0180921c#522a7810243b4e69b0079deb0180921c</link>
		<pubDate>Mon, 10 Jul 2006 13:08:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/522a7810243b4e69b0079deb0180921c#522a7810243b4e69b0079deb0180921c</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Even if you would get it right in IE, there would still be a possibility that Firefox and other browsers will render it in a totally different way.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/036f7ed7335243d0b4459deb01809244#036f7ed7335243d0b4459deb01809244</link>
		<pubDate>Mon, 10 Jul 2006 13:14:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/036f7ed7335243d0b4459deb01809244#036f7ed7335243d0b4459deb01809244</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>They do.<br>
<br>
However, FireFox handles both blocks in the same way. IE has no consistnecy on this problem...but I have not tested with IE7 - so I don't know if this problem was addressed or not.<br>
<br>
I just wish they all adhered to the suggested code-standards <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/4ff03f67c3f8469488579deb0180926c#4ff03f67c3f8469488579deb0180926c</link>
		<pubDate>Mon, 10 Jul 2006 13:17:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/4ff03f67c3f8469488579deb0180926c#4ff03f67c3f8469488579deb0180926c</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>You're a bit slow on the uptake, but better late than never. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
I think there's ways around this, but I seriously can't remember the last time I used a table. Chances are if you're having issues with tables than you're not using them correctly, I mean why create a table cell just for an image?<br>
<br>
You should get a few results searching for white space bugs and such on Google.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3228706388ef4050b5d09deb01809294#3228706388ef4050b5d09deb01809294</link>
		<pubDate>Mon, 10 Jul 2006 14:04:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3228706388ef4050b5d09deb01809294#3228706388ef4050b5d09deb01809294</guid>
		<dc:creator>Rowan</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Rowan/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>I didn't create a single cell for a single image; this was only a summary demonstrating the concept on a much smaller scale.<br>
<br>
I'm not going to post the actual code, since it would be a bunch of space-waster.<br>
<br>
I believe I'm using the table correctly; but correct me if I'm wrong.<br>
<br>
Show me the correct table-using-method and I'm sure IE will still use both ways differently.<br>
<br>
Regards,<br>
Jonathan<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/fc9ad5d6ee4846419f0f9deb018092bd#fc9ad5d6ee4846419f0f9deb018092bd</link>
		<pubDate>Mon, 10 Jul 2006 14:07:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/fc9ad5d6ee4846419f0f9deb018092bd#fc9ad5d6ee4846419f0f9deb018092bd</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>I believe I'm using the table correctly; but correct me if I'm wrong.</div>
</blockquote>
<br>
It's really simple. Tables should be used for tabular data, and only for tabular data. Not for layout.<br>
<br>
Your sample is too small to determine whether you're breaking that rule (although putting an image in a cell wanting to specify the precise dimensions of the cells hints at a table used for layout purposes, I can't be certain of it).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/fcde4427186f42e29fd09deb018092e6#fcde4427186f42e29fd09deb018092e6</link>
		<pubDate>Mon, 10 Jul 2006 14:12:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/fcde4427186f42e29fd09deb018092e6#fcde4427186f42e29fd09deb018092e6</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>I understand that tables should be reserved for tabular data, and in my situation it is. Consider the following:<br>
<br>
&lt;table&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;&lt;img src=&quot;names.jpg&quot;&gt;&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;&lt;img src=&quot;ages.jpg&quot;&gt;&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;Sven Groot&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;25&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;Jonathan Sampson&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;23&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&lt;/table&gt;<br>
<br>
isn't treated the same as<br>
<br>
&lt;table&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;img src=&quot;names.jpg&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;img src=&quot;ages.jpg&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; Sven Groot<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 25<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; Jonathan Sampson<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 23<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>
&lt;/table&gt;<br>
<br>
<br>
This is tabular data, but still demonstrates my point.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/acf6c96acc5d45c8b3a09deb01809314#acf6c96acc5d45c8b3a09deb01809314</link>
		<pubDate>Mon, 10 Jul 2006 14:18:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/acf6c96acc5d45c8b3a09deb01809314#acf6c96acc5d45c8b3a09deb01809314</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>You could always try using background images, eg:<br>
<br>
td.name {<br>
&nbsp;&nbsp;&nbsp; background-image: url(images/name.gif);<br>
&nbsp;&nbsp;&nbsp; background-repeat: no-repeat;<br>
&nbsp;&nbsp;&nbsp; width: 100px;<br>
&nbsp;&nbsp;&nbsp; height: 25px;<br>
}<br>
td.age {<br>
&nbsp;&nbsp;&nbsp; background-image: url(images/age.gif);<br>
&nbsp;&nbsp;&nbsp; background-repeat: no-repeat;<br>
&nbsp;&nbsp;&nbsp; width: 80px;<br>
}<br>
...<br>
&lt;td class=&quot;name&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &amp;nbsp;<br>
&lt;/td&gt;<br>
<br>
&lt;td class=&quot;age&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &amp;nbsp;<br>
&lt;/td&gt;<br>
...<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/cfad26604ac747a3b5659deb0180933d#cfad26604ac747a3b5659deb0180933d</link>
		<pubDate>Mon, 10 Jul 2006 14:38:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/cfad26604ac747a3b5659deb0180933d#cfad26604ac747a3b5659deb0180933d</guid>
		<dc:creator>Rowan</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Rowan/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Yup; I could..but if StyleSheets are disabled, then the titles no longer display.<br>
<br>
I'm fully aware that there are ways to get around this problem; but what I'm trying to demonstrate is that in order for developers to get the results they want, they have to write little gimmick scripts to get by.<br>
<br>
This is a minor bug, but one that I face more than I would like to. All of the browsers have these problems, this is just one with IE that is annoying me <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/0efb66899b7d43fb8e329deb01809367#0efb66899b7d43fb8e329deb01809367</link>
		<pubDate>Mon, 10 Jul 2006 14:41:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/0efb66899b7d43fb8e329deb01809367#0efb66899b7d43fb8e329deb01809367</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>&#65279;Yup; I could..but if StyleSheets are disabled, then the titles no longer display.<br>
<br>
I'm fully aware that there are ways to get around this problem; but what I'm trying to demonstrate is that in order for developers to get the results they want, they have to write little gimmick scripts to get by.<br>
<br>
This is a minor bug, but one that I face more than I would like to. All of the browsers have these problems, this is just one with IE that is annoying me
<img src="/emoticons/emotion-1.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
You have no idea how hard it can get, 'other' browsers are mostly fine, it's the other one that causes all the pain.<br>
<br>
I highly doubt the IE team will give this bug much consideration, they won't even fix many of the big bugs.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/a0fd85fcf89e4acc980d9deb01809390#a0fd85fcf89e4acc980d9deb01809390</link>
		<pubDate>Mon, 10 Jul 2006 15:05:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/a0fd85fcf89e4acc980d9deb01809390#a0fd85fcf89e4acc980d9deb01809390</guid>
		<dc:creator>Rowan</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Rowan/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>We need to just make every major browser's development team a copy of the w3c suggested standards everyday for the rest of the year, or until they decide to comply <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/7d492da086d54c709be79deb018093ba#7d492da086d54c709be79deb018093ba</link>
		<pubDate>Mon, 10 Jul 2006 15:08:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/7d492da086d54c709be79deb018093ba#7d492da086d54c709be79deb018093ba</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>You should change the name to &quot;whitespace rendering sucks&quot; because it does.&nbsp; Just last night I ran into the issue this:<br>
<br>
&lt;img src=&quot;a.gif&quot; alt=&quot;&quot; /&gt;<br>
&lt;img src=&quot;b.gif&quot; alt=&quot;&quot; /&gt;<br>
<br>
caused the images to have a space between them and in order to make them flush I had to change it to this:<br>
<br>
&lt;img src=&quot;a.gif&quot; alt=&quot;&quot; /&gt;&lt;img src=&quot;b.gif&quot; alt=&quot;&quot; /&gt;<br>
<br>
There's no seperation of layout/style and content there.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/2049ee79a07c45a399d69deb018093e3#2049ee79a07c45a399d69deb018093e3</link>
		<pubDate>Mon, 10 Jul 2006 16:19:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/2049ee79a07c45a399d69deb018093e3#2049ee79a07c45a399d69deb018093e3</guid>
		<dc:creator>Adam Kinney</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AdamKinney/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Very true; am I able to change the thread title? If so, I will. Is it safe for a microsoft employee to be discussing this on a microsoft site? Pertaining to a microsoft application?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ade0942612ba40eea8f59deb0180940b#ade0942612ba40eea8f59deb0180940b</link>
		<pubDate>Mon, 10 Jul 2006 16:21:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ade0942612ba40eea8f59deb0180940b#ade0942612ba40eea8f59deb0180940b</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>AdamKinney wrote:</div>
<div>&#65279;You should change the name to &quot;whitespace rendering sucks&quot; because it does.&nbsp; Just last night I ran into the issue this:<br>
<br>
&lt;img src=&quot;a.gif&quot; alt=&quot;&quot; /&gt;<br>
&lt;img src=&quot;b.gif&quot; alt=&quot;&quot; /&gt;<br>
<br>
caused the images to have a space between them and in order to make them flush I had to change it to this:<br>
<br>
&lt;img src=&quot;a.gif&quot; alt=&quot;&quot; /&gt;&lt;img src=&quot;b.gif&quot; alt=&quot;&quot; /&gt;<br>
<br>
There's no seperation of layout/style and content there.</div>
</blockquote>
<br>
<br>
That's because, at heart, Trident is still a HTML renderer rather than an XML renderer, so it treats whitespace differently (as if it were SGML)<br>
<br>
...have you tried editing the whitespace:; property for the parent element?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/26c11632ab5e41fd89cc9deb01809434#26c11632ab5e41fd89cc9deb01809434</link>
		<pubDate>Mon, 10 Jul 2006 16:23:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/26c11632ab5e41fd89cc9deb01809434#26c11632ab5e41fd89cc9deb01809434</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Hmm, I'll checkout the white-space property when I get home...but to be honest, I have never used it before - could it be the answer to all of my problems? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> bah-da-da-dum! We'll see after I return from lunch.<br>
<br>
*clocks out*<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ca5358b8c6544827871a9deb0180945e#ca5358b8c6544827871a9deb0180945e</link>
		<pubDate>Mon, 10 Jul 2006 16:27:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ca5358b8c6544827871a9deb0180945e#ca5358b8c6544827871a9deb0180945e</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>&#65279;Very true; am I able to change the thread title? </div>
</blockquote>
<br>
<br>
Did you edit the subject field of the original post?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3eca6991a0884eb0ae4f9deb01809485#3eca6991a0884eb0ae4f9deb01809485</link>
		<pubDate>Mon, 10 Jul 2006 16:28:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3eca6991a0884eb0ae4f9deb01809485#3eca6991a0884eb0ae4f9deb01809485</guid>
		<dc:creator>mVPstar</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/mVPstar/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>&#65279;Very true; am I able to change the thread title? If so, I will. Is it safe for a microsoft employee to be discussing this on a microsoft site? Pertaining to a microsoft application?<br>
</div>
</blockquote>
<br>
<br>
just click edit on the first post and change the title <br>
<br>
edit: mvpstar beat me too it.&nbsp; but its changed from here now</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ee3441d5ff5143ac831a9deb018094ac#ee3441d5ff5143ac831a9deb018094ac</link>
		<pubDate>Mon, 10 Jul 2006 16:31:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ee3441d5ff5143ac831a9deb018094ac#ee3441d5ff5143ac831a9deb018094ac</guid>
		<dc:creator>me</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jamie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Are you using quirks mode or strict mode?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/17b3319274594cc786219deb018094d4#17b3319274594cc786219deb018094d4</link>
		<pubDate>Tue, 11 Jul 2006 04:29:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/17b3319274594cc786219deb018094d4#17b3319274594cc786219deb018094d4</guid>
		<dc:creator>BruceMorgan</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BruceMorgan/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>BruceMorgan wrote:</div>
<div>Are you using quirks mode or strict mode?</div>
</blockquote>
<br>
<br>
Are you refering to CSS? This isn't a CSS issue from what I understand - but I could be wrong.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/5d497aac75164edb8d8c9deb018094fc#5d497aac75164edb8d8c9deb018094fc</link>
		<pubDate>Tue, 11 Jul 2006 18:43:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/5d497aac75164edb8d8c9deb018094fc#5d497aac75164edb8d8c9deb018094fc</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote>
<div>jsampsonPC wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>BruceMorgan wrote:</strong> <i>Are you using quirks mode or strict mode?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Are you refering to CSS? This isn't a CSS issue from what I understand - but I could be wrong.<br>
</div>
</blockquote>
<br>
Quirks mode vs. strict mode mainly affects CSS but also a few other things so it's definitely important to know. In case you didn't know, which mode is used depends on the DOCTYPE present in the HTML file. A HTML4.01 DOCTYPE (with both the public and system
 identifiers present) or higher (or an unknown DOCTYPE) will cause it to use strict mode. No DOCTYPE or an older one will cause it to use quirks mode.<br>
<br>
An easy way to find out is to put the following script in your page:<br>
&lt;script type=&quot;text/javascript&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;alert(document.compatMode);<br>
&lt;/script&gt;<br>
<br>
This'll prompt either &quot;BackCompat&quot; (quirks mode) or&nbsp;&quot;CSS1Compat&quot; (strict mode).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/589cff37484e41faa3379deb01809527#589cff37484e41faa3379deb01809527</link>
		<pubDate>Tue, 11 Jul 2006 18:47:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/589cff37484e41faa3379deb01809527#589cff37484e41faa3379deb01809527</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>The page is in strict mode according to the Doctype.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/78f4d08e166046d292809deb0180954f#78f4d08e166046d292809deb0180954f</link>
		<pubDate>Tue, 11 Jul 2006 19:23:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/78f4d08e166046d292809deb0180954f#78f4d08e166046d292809deb0180954f</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">jsampsonPC said:</div><div class="quoteText">Hmm, I'll checkout the white-space property when I get home...but to be honest, I have never used it before - could it be the answer to all of my problems?
<img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley"> bah-da-da-dum! We'll see after I return from lunch.<br>
<br>
*clocks out*<br>
</div></blockquote>Hi,&nbsp;I have been searching all over for a discussion/resolution on this.&nbsp; I realize this is an older post, but have you found a way to solve this rendering without having to put all of your images on the same line of code in the editor?&nbsp; Thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3ee811e461974aa08a5c9deb01809593#3ee811e461974aa08a5c9deb01809593</link>
		<pubDate>Sun, 10 Aug 2008 14:21:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/3ee811e461974aa08a5c9deb01809593#3ee811e461974aa08a5c9deb01809593</guid>
		<dc:creator>ScottWFB</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ScottWFB/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">ScottWFB said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">jsampsonPC said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Hi,&nbsp;I have been searching all over for a discussion/resolution on this.&nbsp; I realize this is an older post, but have you found a way to solve this rendering without having to put all of your images on the same line of code in the editor?&nbsp; Thanks</div></blockquote>
<p>display: block usually works.. but if not, use floating.. its not just an IE thing either..</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/1046e8c35ee64880bc289deb018095bd#1046e8c35ee64880bc289deb018095bd</link>
		<pubDate>Sun, 10 Aug 2008 19:09:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/1046e8c35ee64880bc289deb018095bd#1046e8c35ee64880bc289deb018095bd</guid>
		<dc:creator>stevo_</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/stevo_/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">stevo_ said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ScottWFB said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>display: block usually works.. but if not, use floating.. its not just an IE thing either..</p>
</div></blockquote>I don't recall ever experiencing this issue with anything but IE.<br>
<br>
@ ScottWFB, no, I've found no solution. I haven't really noticed it lately though in IE7 - but that doesn't mean it won't creep up on me sometime in the future.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/676d25e81bfe4a38b5db9deb018095e6#676d25e81bfe4a38b5db9deb018095e6</link>
		<pubDate>Sun, 10 Aug 2008 21:02:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/676d25e81bfe4a38b5db9deb018095e6#676d25e81bfe4a38b5db9deb018095e6</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">jsampsonPC said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">stevo_ said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
I don't recall ever experiencing this issue with anything but IE.<br>
<br>
@ ScottWFB, no, I've found no solution. I haven't really noticed it lately though in IE7 - but that doesn't mean it won't creep up on me sometime in the future.<br>
</div></blockquote>
<p>Firefox and IE do this with lists.. ie puts spaces in everything.. but firefox tends to put spaces above the list items.. you tend to only notice it when using lists to do horizontal menus.. floating always fixes the problem anyway.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ed97c373c4fd49b79e459deb0180960f#ed97c373c4fd49b79e459deb0180960f</link>
		<pubDate>Sun, 10 Aug 2008 22:24:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ed97c373c4fd49b79e459deb0180960f#ed97c373c4fd49b79e459deb0180960f</guid>
		<dc:creator>stevo_</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/stevo_/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Yepp..</p>
<p>But hm... unless you need to use IE6, perhaps it is time to ditch the TABLE. The road was very hard for me, but I am very happy that I did ditch the TABLE now, no more mess! =)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ded44c9469fd40cfbcf19deb01809652#ded44c9469fd40cfbcf19deb01809652</link>
		<pubDate>Mon, 11 Aug 2008 01:40:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ded44c9469fd40cfbcf19deb01809652#ded44c9469fd40cfbcf19deb01809652</guid>
		<dc:creator>Turrican</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/turrican/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">turrican said:</div><div class="quoteText">
<p>Yepp..</p>
<p>But hm... unless you need to use IE6, perhaps it is time to ditch the TABLE. The road was very hard for me, but I am very happy that I did ditch the TABLE now, no more mess! =)</p>
</div></blockquote>Turrican,<br>
<br>
I don't do table-based layouts if that is what you're suggesting. I'm strictly div-based with a strict doctype exclusive. The table in this thread (now 2 years ago) was for representing tabular data.<br>
<br>
Jonathan<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/adafe3c20b4545a7bb009deb0180967b#adafe3c20b4545a7bb009deb0180967b</link>
		<pubDate>Mon, 11 Aug 2008 01:44:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/adafe3c20b4545a7bb009deb0180967b#adafe3c20b4545a7bb009deb0180967b</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p>Flashback: 9 years ago when the battle was between IE and Netscape 4 we, Classic ASP developers using early stages of XML, had to make sure all closing &quot;td&quot; tags where at the end of each line or there would be carriage returns in Netscape.<br>
This caused table layouts, like rounded corners, to fail in Netscape.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ba671dd3fcb640aaa2a49deb018096be#ba671dd3fcb640aaa2a49deb018096be</link>
		<pubDate>Mon, 11 Aug 2008 01:54:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/ba671dd3fcb640aaa2a49deb018096be#ba671dd3fcb640aaa2a49deb018096be</guid>
		<dc:creator>Mark Wisecarver</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/wisemx/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">stevo_ said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ScottWFB said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>display: block usually works.. but if not, use floating.. its not just an IE thing either..</p>
</div></blockquote>There's another method that works well for images - <b>img { vertical-align: top; }</b><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/64c75b48e66848aaa5e39deb018096e7#64c75b48e66848aaa5e39deb018096e7</link>
		<pubDate>Mon, 11 Aug 2008 08:27:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/64c75b48e66848aaa5e39deb018096e7#64c75b48e66848aaa5e39deb018096e7</guid>
		<dc:creator>Rowan</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Rowan/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>