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
 
(One intermediate revision by the same user not shown)
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;"><br />
<div style="text-align: center;"><br />
<div>
  <div style="text-align: left; width: 300px; float: left;">
<div style="text-align: left; width: 300px; float: left;">
      <div style="text-align: center; width: 200px;">
<div style="text-align: center; width: 200px;">
        <p><strong><em>1788</em></strong></p>
<p><strong><em>1962</em></strong></p>
        <p>Thomas Cushing</p>
<p>Alexander Carl Stohn III</p>
        <p><strong><em>1793</em></strong></p>
<p><strong><em>1963</em></strong></p>
        <p>John Hancock III</p>
<p>Francis Gurney Okie</p>
      </div>
<p><strong><em>1966</em></strong></p>
  </div>
<p>Zabdiel B. Adams</p>
  <div style="text-align: left; width: 300px; float: right;">
</div>
      <div style="text-align: center; width: 200px;">
</div>
        <p><strong><em>1790</em></strong></p>
<div style="text-align: left; width: 300px; float: right;">
        <p>James Bowdoin</p>
<div style="text-align: center; width: 200px;"><strong><em>1999</em></strong>
        <p>Benjamin Franklin</p>
<p>Duncan Graham Calder III</p>
        <p><strong><em>1803</em></strong></p>
<p>Carolyn Ruth Fawcett</p>
        <p>Samuel Adams</p>
<p>Edward Adam Manfield</p>
      </div>
<p>Donald Laurence Schubert</p>
  </div>
<p><strong><em>2000</em></strong></p>
/div>
<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>


The idea is to have two boxes of type, one on the left and one on the right.  These are created by the div's with the 'float: left;' and 'float: right;' styles.


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

Latest revision as of 15:55, 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;"><br />
   <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>

The idea is to have two boxes of type, one on the left and one on the right. These are created by the div's with the 'float: left;' and 'float: right;' styles.

Return to main Master Template page