<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Layout With Tables&quot;</title>
		<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-268485</guid>
				<title>Re: Does anyone know how to get the entire table to left align?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-268485</link>
				<description></description>
				<pubDate>Fri, 26 Sep 2008 02:38:15 +0000</pubDate>
				<wikidot:authorName>JakeH</wikidot:authorName>				<wikidot:authorUserId>135900</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Genius!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254661</guid>
				<title>Scroll Bar</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254661</link>
				<description></description>
				<pubDate>Sat, 06 Sep 2008 19:32:03 +0000</pubDate>
				<wikidot:authorName>VashTexan</wikidot:authorName>				<wikidot:authorUserId>88011</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><span style="text-decoration: line-through;">Does anybody have any idea how to implement a scroll bar around a table? My table is too wide and stretches past the right edge of the whole web page and it looks like a mess.</span></p> <p>I've found out how: just make a div box around the table <strong>with the parameter overflow:auto;</strong>. Note that using a div box with tabs may cause some problems, but I posted some workarounds in the tabs page comments.</p> <div class="code"> <pre> <code>[[div style="float:left; width:100%; height:600px; text-align: left; top:100px; overflow:auto; padding: 10px;"]]</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254602</guid>
				<title>Re: How do you row span a table?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254602</link>
				<description></description>
				<pubDate>Sat, 06 Sep 2008 17:18:06 +0000</pubDate>
				<wikidot:authorName>RobWmn</wikidot:authorName>				<wikidot:authorUserId>86185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>And me - row span please</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254599</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-254599</link>
				<description></description>
				<pubDate>Sat, 06 Sep 2008 17:16:17 +0000</pubDate>
				<wikidot:authorName>RobWmn</wikidot:authorName>				<wikidot:authorUserId>86185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You just need a CSS reference page like <a href="http://http://htmlhelp.com/reference/css/properties.html" >Here</a> and <a href="http://www.w3schools.com/css/css_reference.asp" >here</a>. Before you get too fancy though you should find out about the issues with CSS implementation - i.e. not everything will work as you expect because different browsers don't always do what they should - and the fancier you get the more you are asking for trouble.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-243271</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-243271</link>
				<description></description>
				<pubDate>Wed, 20 Aug 2008 23:56:10 +0000</pubDate>
				<wikidot:authorName>draco963</wikidot:authorName>				<wikidot:authorUserId>160041</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Love the border-collapse. Is there a list of all the different Style commands somewhere?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-242634</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-242634</link>
				<description></description>
				<pubDate>Tue, 19 Aug 2008 21:19:51 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Exactly!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-242632</guid>
				<title>Re: Centering Text/Images</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-242632</link>
				<description></description>
				<pubDate>Tue, 19 Aug 2008 21:19:28 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>you can use</p> <p>style="text-align: center"<br /> style="text-align: left"<br /> style="text-align: right"</p> <p>for horizontal align, or</p> <p>style="vertical-align: top"<br /> style="vertical-align: bottom"</p> <p>for vertical, you can mix:</p> <p>style="text-align: center; vertical-align: bottom"</p> <p>hope this helps!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-241691</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-241691</link>
				<description></description>
				<pubDate>Mon, 18 Aug 2008 12:49:29 +0000</pubDate>
				<wikidot:authorName>Androide 23</wikidot:authorName>				<wikidot:authorUserId>184869</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok, I figured this out: I need to write</p> <div class="code"> <pre> <code>[[table style=" border-collapse: collapse;" ]] ...</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-241683</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-241683</link>
				<description></description>
				<pubDate>Mon, 18 Aug 2008 12:31:43 +0000</pubDate>
				<wikidot:authorName>Androide 23</wikidot:authorName>				<wikidot:authorUserId>184869</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi<br /> I want to get rid of the space between the cells when I put background colors, like in this example:</p> <table> <tr> <td style=" background-color: yellow; padding:0; margin:0; border:0;">call 0.0</td> <td style=" background-color: red; padding:0; margin:0; border:0;">call 0.1</td> </tr> <tr> <td style=" background-color: red; padding:0; margin:0; border:0;">call 1.0</td> <td style="background-color: yellow; padding:0; margin:0; border:0;">call 1.1</td> </tr> </table> <p>Is there any way of deleting the cell-spacing?<br /> I have tried with padding=0, margin=0 and border=0, with no success… any ideas?<br /> Cheers</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-236918</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-236918</link>
				<description></description>
				<pubDate>Fri, 08 Aug 2008 22:21:08 +0000</pubDate>
				<wikidot:authorName>Maven08</wikidot:authorName>				<wikidot:authorUserId>180876</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How to implement sorting by one column? Twiki supports it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-236748</guid>
				<title>Re: Does anyone know how to get the entire table to left align?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-236748</link>
				<description></description>
				<pubDate>Fri, 08 Aug 2008 18:07:50 +0000</pubDate>
				<wikidot:authorName>dennyw</wikidot:authorName>				<wikidot:authorUserId>178566</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I stumbled on to this syntax and it worked for me</p> <div class="code"> <pre> <code>[[table style="align:left"]] [[row]] [[cell]] || Foobar || Foobash || Foobang || || bar 1 || bash 1 || bang 1 || || bar 2 || bash 2 || bang 2 || [[/cell]][[/row]][[/table]]</code> </pre></div> <table style="align:left"> <tr> <td> <table class="wiki-content-table"> <tr> <td>Foobar</td> <td>Foobash</td> <td>Foobang</td> </tr> <tr> <td>bar 1</td> <td>bash 1</td> <td>bang 1</td> </tr> <tr> <td>bar 2</td> <td>bash 2</td> <td>bang 2</td> </tr> </table> </td> </tr> </table> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-235708</guid>
				<title>Re: Does anyone know how to get the entire table to left align?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-235708</link>
				<description></description>
				<pubDate>Thu, 07 Aug 2008 05:46:50 +0000</pubDate>
				<wikidot:authorName>lindseymoon</wikidot:authorName>				<wikidot:authorUserId>166580</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Um, that doesn't work.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-225914</guid>
				<title>Re: Centering Text/Images</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-225914</link>
				<description></description>
				<pubDate>Wed, 23 Jul 2008 14:14:56 +0000</pubDate>
				<wikidot:authorName>Sanguinity</wikidot:authorName>				<wikidot:authorUserId>165660</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You can center a line of text by beginning the line with "= ". Similarly, you can center an image with [[=image... ]]. I haven't yet discovered a way of centering the contents of an entire cell.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-191645</guid>
				<title>Re: Does anyone know how to get the entire table to left align?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-191645</link>
				<description></description>
				<pubDate>Thu, 12 Jun 2008 15:45:37 +0000</pubDate>
				<wikidot:authorName>ickabod</wikidot:authorName>				<wikidot:authorUserId>130831</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You need to use the [[table]] syntax for this to work. You can't mismatch.</p> <p>Here is an example:</p> <p>[[table style="align:left"]]<br /> [[row]][[cell]] row1 cell1 [[/cell]][[cell]] row1 cell2]][[/row]]<br /> [[row]][[cell]] row2 cell1 [[/cell]][[cell]] row2 cell2]][[/row]]<br /> [[/table]]</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-190687</guid>
				<title>Re: Text Vertical Alignment Instead of Middle?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-190687</link>
				<description></description>
				<pubDate>Wed, 11 Jun 2008 20:18:21 +0000</pubDate>
				<wikidot:authorName>David Marseilles</wikidot:authorName>				<wikidot:authorUserId>29608</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I didn't even know how to ask this question. Thanks both of you. =)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-186800</guid>
				<title>Headers</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-186800</link>
				<description></description>
				<pubDate>Sun, 08 Jun 2008 19:41:27 +0000</pubDate>
				<wikidot:authorName>Baltar</wikidot:authorName>				<wikidot:authorUserId>135028</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>&lt;table&gt; = [[table]]<br /> &lt;tr&gt; = [[row]]<br /> &lt;td&gt; = [[cell]]<br /> &lt;th&gt; = ???</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-182433</guid>
				<title>Re: How do you row span a table?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-182433</link>
				<description></description>
				<pubDate>Thu, 05 Jun 2008 12:01:49 +0000</pubDate>
				<wikidot:authorName>Waldir Leoncio</wikidot:authorName>				<wikidot:authorUserId>112947</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wanna know that too! :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-165987</guid>
				<title>Centering Text/Images</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-165987</link>
				<description></description>
				<pubDate>Mon, 19 May 2008 02:12:19 +0000</pubDate>
				<wikidot:authorName>Miraye</wikidot:authorName>				<wikidot:authorUserId>129687</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Could anyone tell me how to centre the images and text in my cells? Tried [[cell style=" align: center;"]]</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-165067</guid>
				<title>Re: Does anyone know how to get the entire table to left align?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-165067</link>
				<description></description>
				<pubDate>Sat, 17 May 2008 03:40:42 +0000</pubDate>
				<wikidot:authorName>aolivez</wikidot:authorName>				<wikidot:authorUserId>128949</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Clarification: so your source would look like this?</p> <p>[[table style="align:left"]]<br /> @|| cell 1 || cell 2 ||@</p> <p>I also tried:<br /> [[&lt;]] … [[/&lt;]]</p> <p>to no avail!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-157387</guid>
				<title>Re: How do you column span with this?</title>
				<link>http://snippets.wikidot.com/code:layout-with-tables/comments/show#post-157387</link>
				<description></description>
				<pubDate>Sun, 04 May 2008 14:28:42 +0000</pubDate>
				<wikidot:authorName>maki</wikidot:authorName>				<wikidot:authorUserId>29236</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Another solution is to nest a two-column table in the second row.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>