<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=HTML%2FCSS%2FLayout%2FFour_Columns</id>
		<title>HTML/CSS/Layout/Four Columns - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=HTML%2FCSS%2FLayout%2FFour_Columns"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/Four_Columns&amp;action=history"/>
		<updated>2026-04-05T04:01:39Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=HTML/CSS/Layout/Four_Columns&amp;diff=5010&amp;oldid=prev</id>
		<title> в 09:20, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/Four_Columns&amp;diff=5010&amp;oldid=prev"/>
				<updated>2010-05-26T09:20:59Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 09:20, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=HTML/CSS/Layout/Four_Columns&amp;diff=5011&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/Four_Columns&amp;diff=5011&amp;oldid=prev"/>
				<updated>2010-05-26T08:16:13Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==4 columns, all fluid==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
  #leftcontent {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left:1%;&lt;br /&gt;
    width:20%;&lt;br /&gt;
    top:50px;&lt;br /&gt;
    background:#eee;&lt;br /&gt;
  }&lt;br /&gt;
  #centerleftcontent {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left:22%;&lt;br /&gt;
    width:28%;&lt;br /&gt;
    top:50px;&lt;br /&gt;
    background:#fff;&lt;br /&gt;
  }&lt;br /&gt;
  #centerrightcontent {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left:51%;&lt;br /&gt;
    width:28%;&lt;br /&gt;
    top:50px;&lt;br /&gt;
    background:#ccc;&lt;br /&gt;
  }&lt;br /&gt;
  #rightcontent {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left:80%;&lt;br /&gt;
    width:19%;&lt;br /&gt;
    top:50px;&lt;br /&gt;
    background:#ddd;&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  #rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {&lt;br /&gt;
    border:1px solid #000;&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;banner&amp;quot;&amp;gt;&amp;lt;h1&amp;gt;4 columns, all fluid&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;leftcontent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h1&amp;gt;leftcontent&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;centerleftcontent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h1&amp;gt;centerleftcontent&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;centerrightcontent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h1&amp;gt;centerrightcontent&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;rightcontent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h1&amp;gt;rightcontent&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Four columns with absolute position==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
  &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
#columnLeft {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left:5px;&lt;br /&gt;
 width:190px;&lt;br /&gt;
 top: 44px;&lt;br /&gt;
 background:#fff;&lt;br /&gt;
}&lt;br /&gt;
#columnInnerLeft {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 205px;&lt;br /&gt;
 width: 190px;&lt;br /&gt;
 top: 44px;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
 text-align: justify;&lt;br /&gt;
 border-width: 0;&lt;br /&gt;
}&lt;br /&gt;
#columnInnerRight {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 405px;&lt;br /&gt;
 width: 190px;&lt;br /&gt;
 top: 44px;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
}&lt;br /&gt;
#columnRight {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 605px;&lt;br /&gt;
 width: 190px;&lt;br /&gt;
 top: 44px;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnLeft&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Left Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnInnerLeft&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Inner Left Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnInnerRight&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Inner Right Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnRight&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Right Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Four columns with footer==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                div {&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: gray;&lt;br /&gt;
                    height: 400px;&lt;br /&gt;
                    padding: 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column1 {&lt;br /&gt;
                    float: left;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 5px 0 0;&lt;br /&gt;
                    background: blue;&lt;br /&gt;
                }&lt;br /&gt;
                div#column2, div#column3 {&lt;br /&gt;
                    float: right;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 0 0 5px;&lt;br /&gt;
                    background: yellow;&lt;br /&gt;
                }&lt;br /&gt;
                div#column4 {&lt;br /&gt;
                    margin: 0 334px 0 167px;&lt;br /&gt;
                    background: pink;&lt;br /&gt;
                }&lt;br /&gt;
                div#footer {&lt;br /&gt;
                    height: 35px;&lt;br /&gt;
                    margin: 5px 0 0 0;&lt;br /&gt;
                    clear: both;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column1&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 1.&lt;br /&gt;
                &amp;lt;ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;A&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;B&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;C&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;D&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;E&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;F&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column2&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 2.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column3&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 3.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column4&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 4.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;&lt;br /&gt;
                Content of footer.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Four columns with footer 2==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                div {&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: pink;&lt;br /&gt;
                    height: 200px;&lt;br /&gt;
                    padding: 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column1 {&lt;br /&gt;
                    float: left;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 5px 0 0;&lt;br /&gt;
                }&lt;br /&gt;
                div#column2, div#column3 {&lt;br /&gt;
                    float: right;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 0 0 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column4 {&lt;br /&gt;
                    margin: 0 334px 0 167px;      &lt;br /&gt;
                }&lt;br /&gt;
                div#footer {&lt;br /&gt;
                    height: 35px;&lt;br /&gt;
                    margin: 5px 0 0 0;&lt;br /&gt;
                    clear: both;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column1&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 1.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column2&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 2.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column3&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 3.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column4&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 4.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;&lt;br /&gt;
                Content of footer.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Four columns with footer 3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                div {&lt;br /&gt;
                    font: 18px sans-serif;&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: gray;&lt;br /&gt;
                    height: 400px;&lt;br /&gt;
                    padding: 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column1 {&lt;br /&gt;
                    float: left;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 5px 0 0;&lt;br /&gt;
                    background: yellow;&lt;br /&gt;
                }&lt;br /&gt;
                div#column2, div#column3 {&lt;br /&gt;
                    float: right;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 0 0 5px;&lt;br /&gt;
                    background: pink;&lt;br /&gt;
                }&lt;br /&gt;
                div#column4 {&lt;br /&gt;
                    margin: 0 334px 0 167px;&lt;br /&gt;
                    background: red;&lt;br /&gt;
                }&lt;br /&gt;
                div#footer {&lt;br /&gt;
                    height: 35px;&lt;br /&gt;
                    margin: 5px 0 0 0;&lt;br /&gt;
                    clear: both;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column1&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 1.&lt;br /&gt;
                &amp;lt;ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;A&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;B&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;C&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;D&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;E&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;F&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column2&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 2.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column3&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 3.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column4&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 4.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;&lt;br /&gt;
                Content of footer.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==four column with float, and a footer with clear both==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                div {&lt;br /&gt;
                    color: white;&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: gray;&lt;br /&gt;
                    height: 200px;&lt;br /&gt;
                    padding: 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column1 {&lt;br /&gt;
                    float: left;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 5px 0 0;&lt;br /&gt;
                }&lt;br /&gt;
                div#column2, div#column3 {&lt;br /&gt;
                    float: right;   &lt;br /&gt;
                    width: 150px;&lt;br /&gt;
                    margin: 0 0 0 5px;&lt;br /&gt;
                }&lt;br /&gt;
                div#column4 {&lt;br /&gt;
                    margin: 0 334px 0 167px;      &lt;br /&gt;
                }&lt;br /&gt;
                div#footer {&lt;br /&gt;
                    height: 35px;&lt;br /&gt;
                    margin: 5px 0 0 0;&lt;br /&gt;
                    clear: both;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column1&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 1.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column2&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 2.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column3&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 3.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;column4&amp;quot;&amp;gt;&lt;br /&gt;
                Content of column 4.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;&lt;br /&gt;
                Content of footer.&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Main title with four columns under==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
  &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
#columnLeft {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left:1%;&lt;br /&gt;
 width:20%;&lt;br /&gt;
 top: 4em;&lt;br /&gt;
 background:#fff;&lt;br /&gt;
}&lt;br /&gt;
#columnInnerLeft {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 22%;&lt;br /&gt;
 width: 28%;&lt;br /&gt;
 top: 4em;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
 text-align: justify;&lt;br /&gt;
 border-width: 0;&lt;br /&gt;
}&lt;br /&gt;
#columnInnerRight {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 51%;&lt;br /&gt;
 width: 28%;&lt;br /&gt;
 top: 4em;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
}&lt;br /&gt;
#columnRight {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 left: 80%;&lt;br /&gt;
 width: 19%;&lt;br /&gt;
 top: 4em;&lt;br /&gt;
 background: #fff;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h1&amp;gt;Main Title Goes Here&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnLeft&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Left Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
            This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
            This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
            This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnInnerLeft&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Inner Left Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnInnerRight&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Inner Right Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;columnRight&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt;Right Column&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
This is a text. This is a text. This is a text. This is a text. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>