According to Richard Kraus:
> I've got this search facility almost going:
> http://www.peoplesvoice.gov.au/search/index.html.
> 
> (Look up someplace like Sydney or Melbourne).
> 
> However, the results are appearing under the footer and not in the middle as
> it should.  Any suggestions would be appreciated.

Well, the page button do appear at the bottom, so I'm not too certain what
it is you consider the footer.  However, the header does seem to contain
</BODY> and </HTML> tags before the search results come out, so there's
obviously a bit of a problem in how the HTML is put together.

Essentially, by default the search results are composed of:

  header.html
  several iterations of builtin-long or builtin-short templates
  footer.html

So, if you edit header.html or footer.html with an HTML editor, you have
to be careful that it doesn't put in tags that would invalidate the full
HTML produced by the concatenation of all templates.  This is actually
the reason the search_results_wrapper attribute as added as a way of
overriding the header and footer with a single wrapper file.

See http://www.htdig.org/attrs.html#search_results_wrapper

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to