<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Fix Table Height with Inline CSS &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 13:35:00 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139689</guid>
					<title><![CDATA[Fix Table Height with Inline CSS]]></title>
					<link>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139689</link>
					<pubDate>Thu, 06 Nov 2014 16:35:05 +0000</pubDate>
					<dc:creator>MoCoRealEstate</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; thanks for your guidance helping me figure out how <a href="https://theme.co/x/member/forums/topic/best-practice-for-creating-image-rollovers/#post-139158" target="_blank" rel="nofollow">do do this</a>. </p>
<p>I need to create a table that will have images with a precise dimensions.  You can see what I&#8217;m trying to do on my current site <a href="http://mocorealestate.com/example-of-fixed-table/" target="_blank" rel="nofollow">at this link</a>.  The same html/css on my new site has spaces between the two rows that I can&#8217;t find a way to remove &#8211; <a href="http://mocorealestate.biz/communities/" target="_blank" rel="nofollow">click here</a>. </p>
<p>To create this on my X site, I have &#8220;Raw HTML&#8221; added to a &#8220;Content Band&#8221;.  I would like to keep all html and CSS as one block of code if at all possible. That&#8217;s probably not coding best-practice, but I have a &#8220;spreadsheet code generator&#8221; that allows me to create complicated tables without hand-coding.</p>
<p>Thanks to your help I&#8217;ve been able to remove all spaces between columns.  Now <strong>I&#8217;m unable to find a way to remove the white space between these rows</strong>. I&#8217;ve pasted the code below.  I added max-height: 350px to the &#8216;table style&#8217;, but that doesn&#8217;t have an effect. Let me know if you have any ideas. THANKS!</p>
<p>Here&#8217;s the code I&#8217;m using in this example:</p>
<pre><code>&lt;table style=&quot;table-layout: fixed; max-width: 450px; max-height: 350px;border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 450px; padding: 0px 0px; border-width: 0px;&quot;&gt;
&lt;table style=&quot;table-layout: fixed; max-width: 450px; border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 200px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C200W-300RO.jpg&quot; alt=&quot;C200W-300RO&quot; width=&quot;200&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 150px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C150W-300.jpg&quot; alt=&quot;C150W-300&quot; width=&quot;150&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 100px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C100W-300RO.jpg&quot; alt=&quot;&quot; width=&quot;100&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 450px; padding: 0px 0px; border-width: 0px;&quot;&gt;
&lt;table style=&quot;table-layout: fixed; max-width: 450px; border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 250px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C250W-50.jpg&quot; alt=&quot;C250W-50&quot; width=&quot;250&quot; height=&quot;50&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 200px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C200W-50RO.jpg&quot; alt=&quot;C200W-50RO&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139855</guid>
					<title><![CDATA[Reply To: Fix Table Height with Inline CSS]]></title>
					<link>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139855</link>
					<pubDate>Thu, 06 Nov 2014 20:11:06 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>You can try this code instead:</p>
<pre><code>&lt;table style=&quot;table-layout: fixed; max-width: 450px; max-height: 350px;border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 450px; padding: 0px 0px; border-width: 0px;&quot;&gt;
&lt;table style=&quot;table-layout: fixed; max-width: 450px; border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 200px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C200W-300RO.jpg&quot; alt=&quot;C200W-300RO&quot; width=&quot;200&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 150px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C150W-300.jpg&quot; alt=&quot;C150W-300&quot; width=&quot;150&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 100px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C100W-300RO.jpg&quot; alt=&quot;&quot; width=&quot;100&quot; height=&quot;300&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 450px; padding: 0px 0px; border-width: 0px;&quot;&gt;
&lt;table style=&quot;margin-top: -42px !important; table-layout: fixed; max-width: 450px; border-collapse: collapse; border-spacing: 0;&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 250px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C250W-50.jpg&quot; alt=&quot;C250W-50&quot; width=&quot;250&quot; height=&quot;50&quot; /&gt;&lt;/td&gt;
&lt;td style=&quot;width: 200px; padding: 0px 0px; border-width: 0px;&quot;&gt;&lt;img src=&quot;http://mocorealestate.com/wp-content/blogs.dir/412/files/2014/11/C200W-50RO.jpg&quot; alt=&quot;C200W-50RO&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139885</guid>
					<title><![CDATA[Reply To: Fix Table Height with Inline CSS]]></title>
					<link>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-139885</link>
					<pubDate>Thu, 06 Nov 2014 20:50:55 +0000</pubDate>
					<dc:creator>MoCoRealEstate</dc:creator>

					<description>
						<![CDATA[
						<p>Thar she blows!! That&#8217;s exactly what I needed &#8212; THANKS!!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-140044</guid>
					<title><![CDATA[Reply To: Fix Table Height with Inline CSS]]></title>
					<link>https://theme.co/archive/forums/topic/fix-table-height-with-inline-css/#post-140044</link>
					<pubDate>Fri, 07 Nov 2014 02:45:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re so welcome Moco! 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

