Template:OSUFooter: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--new-->
<html>
<html>
<head>
<head>
<style>
<style>
#content{margin-bottomt:0;}
#OSUFooter{


#Footer  table {
  width: 96.8%;
  max-width:2350px;
  bottom:0px;
  height:50px;  /* Height of the footer */
  font-weight:300;
  background-color: #2E2E2E;
    text-align:center;
    color: white;
    font-size:13px;
    border: 3px white solid;
}
}
#Footer  {
    clear: both; /*may be omitted*/
    position: absolute;
    bottom: 12px;
    background-color:#fffff;
    width: 100%;
    height: 40px; /* or anything you like */
}
</style>
</style>
</head>
</head>
<div id="OSUfooter">
<div id="Footer" >
<center>
        <table>
<p>Please direct all inquiries to our group email at <a href="mailto:theohiomod@gmail.com">theohiomod@gmail.com</a>.</p>  
            <tr>
<td id="osuicon" align="left"><a href="http://www.osu.edu" target="_blank"><img src="http://openwetware.org/images/c/cd/TheOhioStateUniversity-REV-Horiz-RGBHEX.png"height="30" width="190" /></td>
<td id="email">Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>
 
<td id="nblicon"><a href="http://mae.osu.edu/labs/nbl/"target="_blank"><img src="http://openwetware.org/images/e/e9/NBL_logo-RGBHEX.png"height="40" width="40"/></td>


<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FOhioMod&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=35&amp;appId=358032570933438" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:35px;" allowTransparency="true"></iframe>
<td id="fbicon"><a href="http://www.facebook.com/OhioMod?fref=photo"target="_blank"><img src="http://openwetware.org/images/3/3f/Facebook_icon.png"height="40" width="40"/></td>
</center>
            </tr>
</div>
        </table>
    </div>
</html>
</html>

Latest revision as of 19:09, 23 July 2014

<html>

<head> <style>

  1. Footer table {
  width: 96.8%;
  max-width:2350px;
  bottom:0px;
  height:50px;   /* Height of the footer */
  font-weight:300;
  background-color: #2E2E2E;
   text-align:center;
   color: white;
   font-size:13px;
   border: 3px white solid; 

}

  1. Footer {
   clear: both; /*may be omitted*/
   position: absolute;
   bottom: 12px; 
   background-color:#fffff;
   width: 100%;
   height: 40px; /* or anything you like */
}


</style> </head> <div id="Footer" >

       <table>
           <tr>

<td id="osuicon" align="left"><a href="http://www.osu.edu" target="_blank"><img src="http://openwetware.org/images/c/cd/TheOhioStateUniversity-REV-Horiz-RGBHEX.png"height="30" width="190" /></td>

<td id="email">Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>

<td id="nblicon"><a href="http://mae.osu.edu/labs/nbl/"target="_blank"><img src="http://openwetware.org/images/e/e9/NBL_logo-RGBHEX.png"height="40" width="40"/></td>

<td id="fbicon"><a href="http://www.facebook.com/OhioMod?fref=photo"target="_blank"><img src="http://openwetware.org/images/3/3f/Facebook_icon.png"height="40" width="40"/></td>

           </tr>
       </table>
   </div>

</html>