Advertisement
Guest User

footer SSI include example

a guest
Dec 9th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>SSI include footer example </title>
  5.  
  6. <style type="text/css">
  7.  
  8. div.footer { margin: 20px auto; clear: both; display: block; width: 734px; list-style-type: none; border-top: 1px solid #fff; -webkit-box-shadow: 0 -1px 0 #ddd; -moz-box-shadow: 0 -1px 0 #ddd; box-shadow: 0 -1px 0 #ddd; padding: 20px 0; text-align: center; }
  9.       div.footer  a, div.footer span { margin: 0 20px 0 0; font-size: 11px; }
  10.          
  11. </style>
  12. </head>
  13. <body>
  14. <p> some regular text on the page, beneath which I want a footer to appear</p>
  15.  
  16. <!--#include virtual="footer.txt" -->
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement