File: trnpix/FOOTER.html

<p style="margin-bottom: 40px;">   <!-- for floating Top -->
<i>Gallery built by <A HREF="http://learning-python.com/thumbspage.html">thumbspage.py</A></i></p>


<!-- 
CAVEAT: the footer was borrowed from main-site pages and edited for ".."s, 
because this is outside genhtml's scope; this copy is prone to fall out of 
sync with the rest of the site, though it at least reuses footer styling 
in _main.css; might have used "table.footertable td {text-align: center;}";

Mar22: UPDATED for new global toolbar format (which uses former suggestion);
Oct22: UPDATED for global again (with narrower link words, _main.css mods);
See also: showcode.py's use/munge of dummy-footer.html as a wack alternative;
-->

<!--genhtml insert *COPY* =============================================================================-->
</P>

<!--Feb18: make table responsive, for mobile-friendly scrollbar on small screens -->
<BR><BR>
<DIV class=footerdiv>
<TABLE class=footertable bgcolor=tan>

<!-- NESTED INSERT: can't nest > 2 deep -->      

<!-- gif now is Home, not python.org  -->
<!-- scale larger gif for better res  -->
<!-- border=0 only for IE img links   -->
<!-- _main.css center aligns all <td> -->
<!-- now narrower to avoid scrollbars -->

<TR> 

<TD>
  <A class=blocklinkbar href="../index.html">
  <IMG SRC="../PythonPowered.gif" border=0 width=55 height=22
       ALT="[Home page]" TITLE="Home page"></A>  
<TD>
  <A class=blocklinkbar HREF="../index-book-links.html">Books</A>
<TD>
  <A class=blocklinkbar HREF="../programs.html">Code</A>
<TD>
  <A class=blocklinkbar HREF="../posts.html">Blog</A>
<TD>
  <A class=blocklinkbar HREF="../about-python.html">Python</A>
<TD>
  <A class=blocklinkbar HREF="../formalbio.html">Author</A>
<TD>
  <A class=blocklinkbar HREF="../training.html">Train</A>
<TD>
  <A class=blocklinkbar HREF="../sitesearch.html">Find</A>
<TD>
  <A class=blocklinkbar HREF="mailto:lutz@learning-python.com">&copy;M.Lutz</A>

<!--DEFUNCT
<TD>
  <A class=blocklinkbar HREF="mailto:lutz@learning-python.com">Email</A>
<TD>
  <A class=blocklinkbar HREF="#">Top</A>
DEFUNCT-->

</TR>

<!-- END NESTED INSERT -->

</TABLE>
</DIV>

<!--===================================================================================================-->


</BODY>
</HTML>



[Home page] Books Code Blog Python Author Train Find ©M.Lutz