BuiltWithNOF
Layout Example

Go to this link: http://academic.evergreen.edu/curricular/fofc/Q1Prep/index.html

View the Source:

<?xml version = "1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">


<html xmlns = "http://www.w3.org/1999/xhtml">
   <head>
     <title>Sample Program</title>
   </head>

   <frameset cols = "200,*">
     <frame name = "leftframe" src = "nav.html" />

     <frameset rows = "175,*">
         <frame name = "picture" src = "picture.html" />
         <frame name = "main" src = "main.html" />
     </frameset>
   </frameset>
</html>

Noice the call to 3 html files in this code:

   nav.html,  picture.html, and main.html

Try these links. Compare it to the link above:

   http://academic.evergreen.edu/curricular/fofc/Q1Prep/nav.html

   http://academic.evergreen.edu/curricular/fofc/Q1Prep/Picture.html

http://academic.evergreen.edu/curricular/fofc/Q1Prep/mail.html

View the source for Main.  See if you can figure out and use this type of code in your About Me home page. Use your IM, email, Phone, etc for questions!

[Home] [Syllabus] [Sessions] [Writing Code] [Help] [Setup] [Instructor]