home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / header.cnf < prev    next >
Text File  |  1997-01-05  |  2KB  |  46 lines

  1. <h1>Enter a HEADER and FOOTER</h1>
  2.  
  3. You can specify a HEADER and FOOTER  include
  4.  at the beginning and at the end of all HTML documents.
  5.  
  6. <p>
  7. <FORM ACTION="/srefconf" METHOD="POST">
  8. <input type="hidden" name="SET" value="headers">
  9. Enter a HEADER:<TEXTAREA NAME="header"  ROWS=4 COLS=45>$hd</TEXTAREA>
  10. <p>
  11. Enter a FOOTER:<TEXTAREA NAME="footer"  ROWS=4 COLS=45>$ft</TEXTAREA>
  12.  
  13. <INPUT TYPE="submit" VALUE="Update this Parameter">
  14.  
  15. </FORM>
  16.  
  17. $CANCEL
  18.  
  19. <hr>
  20.  
  21. <h2> Notes </h2>
  22. <ul>
  23. <LI> The HEADER is written just after the first
  24.   <BODY> element in HTML documents.
  25. Similarly, the FOOTER is written just
  26.           before the last </BODY> element.
  27.  
  28. <LI> If <A HREF="/srefconf?show=no_ss">server side includes are suppressed</A>,
  29. <menu><LI>then the HEADER and FOOTER will <b>not</b> be included.</menu>
  30. <LI> If you've enabled  <A HREF="/srefconf?show=ssi_shtml_only">server side
  31.  includes on <EM>SHTML</EM> files only</A> option, and the document is not
  32. an <em>SHTML</em> (or equivalent) file,
  33. <menu><LI>then the HEADER and FOOTER will <b>not</b> be included.</menu>
  34.  
  35. <li> In general, the HEADER will be placed after the <EM>first <BODY>
  36.  element</EM> in HTML documents. However, if the HEADER starts with
  37. <BODY>, then the HEADER will <STRONG>replace </STRONG>the <EM>first   <BODY> element</EM>.
  38.         
  39.  
  40. <LI> Hint: if you have a fair amount of material to include (such as standard
  41. navigation bar), it's a good idea to place a <!-- INCLUDE filename.ext >
  42. keyphrase in your HEADER (or FOOTER); where filename.ext contains the
  43. HTML code to be included.
  44. </ul>
  45.  
  46.