I have just installed zoom search and I'm doing a test to see how it works. I pointed it to www.portlandwinegroup.com and after it spidered the page I did not see a way to get the code to place the search box on the page. And when I went to my site, all the listings are supposed to be left aligned and for some reason they are all centered! Why? I did not change anything. Did the zoom have something to do with it? And when I look at my site in Dreamweaver it is still left aligned.
I'm not happy with zoom at this point if its altering my site. I was going to learn it and help someone else with their site.
Please explain what is going on!
Note: I was able to go back into Dreamweaver and upload my site again and the alignment changed back. I found the form code on the help site. Do I have to add the path as in:
<form method="get" action="http://www.portlandwinegroup.com/pwg/search/search.php">
<input type="text" name="zoom_query" size="20" />
<input type="submit" value="Search" />
</form>
Is this correct?
Thanks
I'm not happy with zoom at this point if its altering my site. I was going to learn it and help someone else with their site.
Please explain what is going on!
Note: I was able to go back into Dreamweaver and upload my site again and the alignment changed back. I found the form code on the help site. Do I have to add the path as in:
<form method="get" action="http://www.portlandwinegroup.com/pwg/search/search.php">
<input type="text" name="zoom_query" size="20" />
<input type="submit" value="Search" />
</form>
Is this correct?
Thanks
Comment