Administration Page Project

Project Goals:

  1. Use correct <h1> <title> model for SEO
  2. Redefine tags to match formatting on the page (see our CSS)
    • that is... make the <h1>on te page match the title
  3. Image/caption on the left
  4. Email/Bio on the right
  5. If text is longer than the image:
    • I DON'T want the text to wrap under the image
  6. If text is shorter than image:
    • I DON'T want to use <p> tags to create space (which was a problem in the past)
  7. "Box" should automatically be the size of the image and grow with text
  8. Validates both XHTML, CSS

Here is an example of what you are trying to achieve