Announcement

Collapse
No announcement yet.

Search Box on Front HTML page

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

    Search Box on Front HTML page

    Hi,

    I asked this before but could not get it working... anyone can give me simple instructions on how to get the search box on the front html page?

    I want my front page to look like my shop pages and without the search its going to look slightly strange.

    Thanks in advance

    Jason
    www.clickteam.co.uk - Make Games and Multimedia Programs without Coding!
    www.makeamazing.com - My Game Creation Book
    www.castlesoftware.co.uk - My Games Site

    #2
    You might want to try viewing the source code a page that has the search box within it, copy the code that provides your search box and paste that straight into your front page, but changes any relative references to cgi's etc with full urls of http://www etc etc

    All the best..

    Comment


      #3
      Tried that

      Yeah i cut and pasted the code from another page but it didnt work

      Has anyone been successful on this? And really it should be added if possible to the product.

      Jason
      www.clickteam.co.uk - Make Games and Multimedia Programs without Coding!
      www.makeamazing.com - My Game Creation Book
      www.castlesoftware.co.uk - My Games Site

      Comment


        #4
        i think we sorted this for someone before http://community.actinic.com/showthr...=&threadid=342

        see if that does it...

        Steve Quinn
        Harlequin Domains
        www.harlequindomains.com
        0800 0832077
        steve<NOSPAM>@harlequindomains.com

        Actinic Design, Hosting and Search Engine Optimisation

        Comment


          #5
          I have done this a couple of times and it has worked well.

          I copy and paste the entire HTML table that contains the simple search box (which includes all the <form> tags and all the hidden input fields required) from a page in my 'SiteHTML' folder into by Act_BrochurePrimary.html template.

          I normally use Dreamweaver to do this - just select the table and then copy it to the clipboard.

          If it does not work straight off, then try adding an <input> field similar to the following within the <form> tags of the simple search form:

          <input type="hidden" name="ACTINIC_REFERRER" value="http://your.web.site.address/acatalog">

          Comment

          Working...
          X