![]() |
Move search field over to the right hand side
1 Attachment(s)
How do I move search field over to the right hand side of the site.
See Screen Attached |
Re: Move search field over to the right hand side
Use webmaster mode to determine which template the search box is in (try head.tpl to start) and right align the table cell it is in.
|
Re: Move search field over to the right hand side
Any idea on what code I need to search for please.
|
Re: Move search field over to the right hand side
Can anyone help me with this please
|
Re: Move search field over to the right hand side
As I metioned above, open up head.tpl, find the table cell that contains the search box (looks like {include file="search.php"} and add html to right align it. So the td would look like this:
<td align="right"> |
Re: Move search field over to the right hand side
Thanks
I seached for what you saud but it was not in the file but figured it out in the end. I have to change this section Code:
<td class="HeadLine" height="22"> to look like this Code:
<td align="right" class="HeadLine" height="22"> Thanks ;-) |
Re: Move search field over to the right hand side
Yes, that was head.tpl just as I said :)
|
All times are GMT -8. The time now is 02:16 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.