PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

I want the Zoom Search result in the Div

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I want the Zoom Search result in the Div

    Hi all,
    I want to add a zoom search feature to my website using Dreamweaver CS4, which can search within my website. and i want the result to come on the page below the header in a Div.....My search box is on the top above the banner and i want the result to come below the banner. How can I modify the code to get the result in the Div tag .

  • #2
    Please see chapter 6 of the Users Guide.

    Essentially, the search_template.html file is an ordinary HTML page. You can modify this in Dreamweaver or create your own version of this file even (provided you follow the rules described in the Users Guide, which essentially boils down to the need for a <!--ZOOMSEARCH--> tag where you want the results to appear).

    So if you want the results to appear within a <div> block, you simply have <!--ZOOMSEARCH--> within said <div> block in your search_template.html file.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X