|
uCoz Community uCoz Modules Additional Features Problem with Search (appearance of search) |
Problem with Search |
Hi
I have problem with appearance of search form(look picture). Is it possible that I move search button to right,if it possible how can i do this ? WEBSITE URL: www.download-baza.ucoz.com Picture: Attachments:
4004049.jpg
(23.8 Kb)
|
belmo996, my apologies about the late reply. As to moving the button to the right it can be done by using the base code of the search form and manually editing it in. The following code will align the search button to the right. If you paste this manually into the HTML it will work.
Code <div class="searchForm"><form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/search/"><div align="center" class="schQuery"><input type="text" name="q" maxlength="30" size="20" class="queryField" /></div><div align="right" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Traži" /></div></form></div> Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||