<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gorgonserver.com//index.php?action=history&amp;feed=atom&amp;title=User%3ATrimoon%2Fsandbox%2FDIV_Table</id>
	<title>User:Trimoon/sandbox/DIV Table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gorgonserver.com//index.php?action=history&amp;feed=atom&amp;title=User%3ATrimoon%2Fsandbox%2FDIV_Table"/>
	<link rel="alternate" type="text/html" href="https://wiki.gorgonserver.com//index.php?title=User:Trimoon/sandbox/DIV_Table&amp;action=history"/>
	<updated>2026-06-22T20:12:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.gorgonserver.com//index.php?title=User:Trimoon/sandbox/DIV_Table&amp;diff=14630&amp;oldid=prev</id>
		<title>Trimoon: Initial setup.</title>
		<link rel="alternate" type="text/html" href="https://wiki.gorgonserver.com//index.php?title=User:Trimoon/sandbox/DIV_Table&amp;diff=14630&amp;oldid=prev"/>
		<updated>2016-04-19T12:49:54Z</updated>

		<summary type="html">&lt;p&gt;Initial setup.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Ambox&lt;br /&gt;
|border=blue&lt;br /&gt;
|type=Source: http://www.dummies.com/how-to/content/using-the-div-tag-to-create-tables.html&lt;br /&gt;
|info=Figure out a way to implement the below using templates in a nice and userfriendly way.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
    .Table&lt;br /&gt;
    {&lt;br /&gt;
        display: table;&lt;br /&gt;
    }&lt;br /&gt;
    .Title&lt;br /&gt;
    {&lt;br /&gt;
        display: table-caption;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
        font-size: larger;&lt;br /&gt;
    }&lt;br /&gt;
    .Heading&lt;br /&gt;
    {&lt;br /&gt;
        display: table-row;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
    }&lt;br /&gt;
    .Row&lt;br /&gt;
    {&lt;br /&gt;
        display: table-row;&lt;br /&gt;
    }&lt;br /&gt;
    .Cell&lt;br /&gt;
    {&lt;br /&gt;
        display: table-cell;&lt;br /&gt;
        border: solid;&lt;br /&gt;
        border-width: thin;&lt;br /&gt;
        padding-left: 5px;&lt;br /&gt;
        padding-right: 5px;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;Table&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;Title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This is a Table&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;Heading&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Heading 1&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Heading 2&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Heading 3&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;Row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 1 Column 1&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 1 Column 2&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 1 Column 3&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;Row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 2 Column 1&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 2 Column 2&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;Cell&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Row 2 Column 3&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Trimoon</name></author>
	</entry>
</feed>