<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=Main_page_table</id>
	<title>Main page table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=Main_page_table"/>
	<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=Main_page_table&amp;action=history"/>
	<updated>2026-08-07T02:36:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.asterix.co.za/html/index.php?title=Main_page_table&amp;diff=20&amp;oldid=prev</id>
		<title>Peter: Created page with &quot;You can use a table or floats to structure your web pages  == Basic web page structure ==  {| class=&quot;wikitable&quot; ! style=&quot;text-align: center;&quot; | Position ! style=&quot;text-align: center;&quot; | Content |- | style=&quot;text-align: center;&quot; | Header | style=&quot;text-align: center;&quot; | Logo |- | style=&quot;text-align: center;&quot; | Left hand side | style=&quot;text-align: center;&quot; | Navigation table |- | style=&quot;text-align: center;&quot; | Center | style=&quot;text-ali...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=Main_page_table&amp;diff=20&amp;oldid=prev"/>
		<updated>2023-11-25T18:44:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;You can use a table or &lt;a href=&quot;/html/index.php?title=Float&quot; title=&quot;Float&quot;&gt;floats&lt;/a&gt; to structure your &lt;a href=&quot;/html/index.php?title=Web_page&quot; title=&quot;Web page&quot;&gt;web pages&lt;/a&gt;  == Basic web page structure ==  {| class=&amp;quot;wikitable&amp;quot; ! style=&amp;quot;text-align: center;&amp;quot; | Position ! style=&amp;quot;text-align: center;&amp;quot; | Content |- | style=&amp;quot;text-align: center;&amp;quot; | &lt;a href=&quot;/html/index.php?title=Header&quot; title=&quot;Header&quot;&gt;Header&lt;/a&gt; | style=&amp;quot;text-align: center;&amp;quot; | &lt;a href=&quot;/html/index.php?title=Logo&quot; title=&quot;Logo&quot;&gt;Logo&lt;/a&gt; |- | style=&amp;quot;text-align: center;&amp;quot; | &lt;a href=&quot;/html/index.php?title=Navigation_table&quot; title=&quot;Navigation table&quot;&gt;Left hand side&lt;/a&gt; | style=&amp;quot;text-align: center;&amp;quot; | &lt;a href=&quot;/html/index.php?title=Navigation_table&quot; title=&quot;Navigation table&quot;&gt;Navigation table&lt;/a&gt; |- | style=&amp;quot;text-align: center;&amp;quot; | &lt;a href=&quot;/html/index.php?title=Center&quot; title=&quot;Center&quot;&gt;Center&lt;/a&gt; | style=&amp;quot;text-ali...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;You can use a table or [[float]]s to structure your [[web page]]s&lt;br /&gt;
&lt;br /&gt;
== Basic web page structure ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Position&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; | Content&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Header]]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Logo]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Navigation table|Left hand side]]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Navigation table]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Center]]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Each web page has a different [[center]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Collaboration|Right hand side]]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Three sets of [[collaboration]] links&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [[Footer]]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | See [[footer]] for details of footer table&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Up until now, I have shown you how to use a full page table to set this structure and most of us have managed rather well to get this basic tructure to work, even using this as the basic structure of your [[2020-05-12|1st design brief]]&lt;br /&gt;
&lt;br /&gt;
== Tables or old-school! ==&lt;br /&gt;
&lt;br /&gt;
Using a [https://www.w3schools.com/html/html_tables.asp table] to structure your web page is not good practice- there are better ways to layout the structure of your web page.  However, by concentrating on the way a simply table works, you are programming your brain to see the layers of coding used in HTML!- everything about tags inside tags inside tags inside tags, that is so important to become comfortable with&lt;br /&gt;
&lt;br /&gt;
=== For example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 Inside the html and /html tags you have body and /body taga&lt;br /&gt;
 Inside the body and /body tags you have table and /table tags&lt;br /&gt;
 Inside the table and /table tags you have tr and /tr tags (a row of the table)&lt;br /&gt;
 Inside the tr and /tr tags you have td and /td tags (the data cells of a table row)&lt;br /&gt;
 Inside the td and /td tags could have table and /table tags (a table in a table!)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s all about [https://www.w3schools.com/html/html_elements.asp nexting]!  (see more on [https://en.wikipedia.org/wiki/Nesting_(computing) Wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== A better way to layout a web page ===&lt;br /&gt;
&lt;br /&gt;
For now, I&amp;#039;m just going to give you one word : [[Float]]s&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
This structure must be replicated consistently across all your [[web page]]s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
[[Main Page]] |&lt;br /&gt;
[[Basic web design]] |&lt;br /&gt;
[[navigation table|Navigation]] |&lt;br /&gt;
[[Ranking]] |&lt;br /&gt;
[[support website|Support]] |&lt;br /&gt;
[http://www.asterix.co.za/ Asterix Home]&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Design]]&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
</feed>