Footer

From Asterix HTML
Revision as of 11:00, 25 November 2023 by Peter (talk | contribs) (Created page with "Place a centered table of '''3 or 4 rows''' by '''5 to 7 columns''' at the bottom of your web pages. For an example of this, Look at the coding of [http://red.asterix.co.za/demo/template.html Red's template] <pre> Look for the footer's styling : <div style = "clear: both;>" </pre> This clear fix tells your footer to stay below everything else on your web page == Marking == It's time to get your footers into place (up to 4) * Footer table (up to 3) * Botto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Place a centered table of 3 or 4 rows by 5 to 7 columns at the bottom of your web pages. For an example of this, Look at the coding of Red's template

 Look for the footer's styling : <div style = "clear: both;>"

This clear fix tells your footer to stay below everything else on your web page

Marking

It's time to get your footers into place (up to 4)

  • Footer table (up to 3)
  • Bottom line (1)

Notes

  • This footer must be replicated consistently across all your web pages.
  • Asterix.co.za is an example if how this will look on your website
  • For first term, this footer had to be in a main page table
  • For second term, we are using floats instead

Main Page | Basic web design | Navigation | Ranking | Support | Asterix Home