How tables linearize for layouts : Size and Layout « Layout « HTML / CSS






How tables linearize for layouts

 

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
  <title>How tables linearize for layouts</title>
  <style type="text/css">
    table {width:100%;}
    .heading {width:100%; background-color:#e9e9e9; font-weight:bold; font-size:20px; padding:10px;}
    .navigation {width:20%; background-color:#999999; color:#FFFFFF;}
    .footer {width:100%; background-color:#e9e9e9; font-weight:bold; font-size:20px; padding:10px;}
  </style>
</head>

<body>
<table>
  <tr>
    <td colspan="2" class="heading">Page heading and logo</td>
  </tr>

  <tr>
    <td class="navigation">Navigation item 1 <br />
        Navigation item 2 <br />
        Navigation item 3 <br />
        Navigation item 4 <br />
    </td>
    <td>

      <table>
        <tr><td>Article 1</td></tr>
        <tr><td>Article 2</td></tr>
        <tr><td>Article 3</td></tr>
      </table>

    </td>
  </tr>

  <tr>
    <td colspan="2" class="footer">Footer</td>
  </tr>
</table>
</body>
</html>

   
  








Related examples in the same category

1.Sized Absolute center aligned
2.width and height inline style
3.width height and absolute positioning
4.Stretched Absolute center aligned
5.Sized Absolute center offset
6.Stretched Absolute centered
7.Top Aligned Shrinkwrapped Static Block
8.Shrinkwrapped Absolute Top Aligned
9.Sized Static Block top offset
10.Response layout with avatar image
11.About page layout
12.About page layout 2
13.Daliy post layout
14.Quotation layout
15.Day by day post layout
16.Fixed Box Layout
17.Using Fixed height and width to create layout
18.Layout input controls with css
19.Using table to layout form controls
20.Form Layout with HTML Example
21.Site map layout
22.Poem layout
23.Nested style layout
24.Liquid Layout
25.Fixed Width Layout
26.Column span for four column layout
27.Centering a layout horizontally
28.Creating a maximum-width layout
29.Nested Layout Example
30.Gallery layout
31.Link navigation layout
32.Link topic layout
33.Post layout
34.Three link layout
35.Center content layout
36.Card layout page
37.Even column layout
38.Box layout
39.Two column layout, 1024 pixel width
40.Content area layout
41.Code layout
42.Page layout with position:absolute;
43.Two-column layout with fixed width and height
44.Using margin to create offset for layout
45.Layout with three layers
46.position:fixed; layout
47.Layout with position:absolute;