PassMark Logo
Home » Forum

Question about headers and footers :)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cybersquat
    Junior Member
    • Apr 2010
    • 9

    #1

    Question about headers and footers :)

    Hello

    I brought this code in my php page, but when I do a search, it opens a page but my header and footer are not included.

    Ya-til way to display the search with my header and footer?

    Thank you

    <form method="get" action="search.php">
    <input name="zoom_query" size="20" />
    <input type="submit" value="Search" />
    </ Form>
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    You can customise the look of the search results page by editing the search_template.html page and adding HTML code and CSS code.

    Comment

    • cybersquat
      Junior Member
      • Apr 2010
      • 9

      #3
      thx you,

      that great now

      Comment

      Working...