In Memoriam page: Difference between revisions

From HAA Best Practices Wiki
Jump to navigationJump to search
(Created page with 'A nice format for this page is to arrange the names by the year the classmate died. You can get an Excel spreadsheet that includes this information from your HAA Representative.…')
 
No edit summary
Line 2: Line 2:


<PRE>
<PRE>
<div style="text-align: center;">If a classmate's name contains a link, you can click on it to reach an obituary notice, <br />where you may leave a remembrance.</div>
<div style="text-align: center;">If a classmate's name contains a link, you can  
<div style="text-align: center;"><br />
    click on it to reach an obituary notice,  
<div>
    <br />where you may leave a remembrance.
<div style="text-align: left; width: 300px; float: left;">
<div style="text-align: center; width: 200px;">
<p><strong><em>1962</em></strong></p>
<p>Alexander Carl Stohn III</p>
<p><strong><em>1963</em></strong></p>
<p>Francis Gurney Okie</p>
<p><strong><em>1966</em></strong></p>
<p>Zabdiel B. Adams</p>
</div>
</div>
  <div style="text-align: center;"><br />
      <div>
        <div style="text-align: left; width: 300px; float: left;">
            <div style="text-align: center; width: 200px;">
              <p><strong><em>1788</em></strong></p>
              <p>Thomas Cushing</p>
              <p><strong><em>1793</em></strong></p>
              <p>John Hancock III</p>
            </div>
        </div>
      <div style="text-align: left; width: 300px; float: right;">
        <div style="text-align: center; width: 200px;">
            <p><strong><em>1790</em></strong></p>
            <p>James Bowdoin</p>
            <p>Benjamin Franklin</p>
            <p><strong><em>1803</em></strong></p>
            <p>Samuel Adams</p>
        </div>
    </div>
  </div>
</div>
</div>
<div style="text-align: left; width: 300px; float: right;">
<div style="text-align: center; width: 200px;"><strong><em>1999</em></strong>
<p>Duncan Graham Calder III</p>
<p>Carolyn Ruth Fawcett</p>
<p>Edward Adam Manfield</p>
<p>Donald Laurence Schubert</p>
<p><strong><em>2000</em></strong></p>
<p>Charles N. "Skip" Ascheim II</p>
<p>Richard Douglass Peoples</p>
<p>Thomas Vohn Sedlacek</p>
<p><strong><em>2001</em></strong></p>
<p>Mills Lane IV</p>
</PRE>
</PRE>




[[Master Template for Class Web Sites|Return to main Master Template page]]
[[Master Template for Class Web Sites|Return to main Master Template page]]

Revision as of 15:50, 1 February 2010

A nice format for this page is to arrange the names by the year the classmate died. You can get an Excel spreadsheet that includes this information from your HAA Representative. Here is suggested html code for a nice display:

<div style="text-align: center;">If a classmate's name contains a link, you can 
     click on it to reach an obituary notice, 
     <br />where you may leave a remembrance.
</div>
   <div style="text-align: center;"><br />
      <div>
         <div style="text-align: left; width: 300px; float: left;">
            <div style="text-align: center; width: 200px;">
               <p><strong><em>1788</em></strong></p>
               <p>Thomas Cushing</p>
               <p><strong><em>1793</em></strong></p>
               <p>John Hancock III</p>
            </div>
         </div>
      <div style="text-align: left; width: 300px; float: right;">
         <div style="text-align: center; width: 200px;">
            <p><strong><em>1790</em></strong></p>
            <p>James Bowdoin</p>
            <p>Benjamin Franklin</p>
            <p><strong><em>1803</em></strong></p>
            <p>Samuel Adams</p>
         </div>
     </div>
  </div>
</div>


Return to main Master Template page