Template:OSUFooter: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 32: Line 32:
         <table>
         <table>
             <tr>
             <tr>
                 <td><a href="http://www.osu.edu"><left><img src="http://www.osu.edu/assets/site/images/osu-web-header-horiz.png"height="40" width="160" align="left"/></td>
                 <td><a href="http://www.osu.edu"><img src="http://www.osu.edu/assets/site/images/osu-web-header-horiz.png"height="40" width="160" align="left"/></td>
                 <td>Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>
                 <td>Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>
<td><a href="https://www.facebook.com/OhioMod?fref=photo"><img src="http://img2.wikia.nocookie.net/__cb20130501121248/logopedia/images/thumb/f/fb/Facebook_icon_2013.svg/240px-Facebook_icon_2013.svg.png"height="40" width="40"/></td>
             </tr>
             </tr>
         </table>
         </table>
     </div>
     </div>
</html>
</html>

Revision as of 15:04, 14 July 2014

<html>

<head> <style>

  1. Footer table {
  width: 100%;
  max-width:1250px;
  bottom:0px;
  height:50px;   /* Height of the footer */
  font-weight:300;
  background-color: #2E2E2E;
  margin-left: auto;
  margin-right: auto;
   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:#15317E;
   width: 100%;
   height: 40px; /* or anything you like */
}

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

       <table>
           <tr>
               <td><a href="http://www.osu.edu"><img src="http://www.osu.edu/assets/site/images/osu-web-header-horiz.png"height="40" width="160" align="left"/></td>
               <td>Contact us at <a href="mailto:theohiomod@gmail.com"><font color="white">theohiomod@gmail.com</a></td>

<td><a href="https://www.facebook.com/OhioMod?fref=photo"><img src="http://img2.wikia.nocookie.net/__cb20130501121248/logopedia/images/thumb/f/fb/Facebook_icon_2013.svg/240px-Facebook_icon_2013.svg.png"height="40" width="40"/></td>

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

</html>