General Community > WebsiteBaker Website Showcase
Very simple website, using basic modules
joaomarcoslemos:
Thanks you all for your comments. I done all the corrections.
Wierdly when I delete a page it is not deleted in the server (just in the wb database), so when I want to create a new page with the same name of a page that previously existed I had to remove from the server manually. That is the bug tomhung reported.
By the way mr tomhung, where exactly I have to type the code you suggest to do the suggestion you made about search imput field?
Also, about the content section is overrunning my container, it runs pretty well over here. My ff version is 2.0.0.5.
I am also creating another website, but I am waiting the customer to pay the registar first. Very soon I will put the url here.
Joao Lemos
tomhung:
find the following line in your template:
--- Code: ---<input id="search" type="text" name="string" value="Search" size="20" alt="Search"/>
--- End code ---
change to:
--- Code: ---<input id="search" type="text" name="string" value="Search" size="20" alt="Search" onfocus="if (this.value == 'Search') this.value = '';" />
--- End code ---
explanation:
since your default text inside your search is "Search" when someone focuses inside (ie. click in the textbox) it checks to see if the value is "Search" if it is it sets the value to "". So if I click inside the text box it will clear it. Then when i type "blah" in it, and click something else, and click back it will not clear the text box.
I hope that helps
G
Navigation
[0] Message Index
[*] Previous page
Go to full version