PDA

View Full Version : Changing size of search box


debegray
09-18-2006, 10:12 PM
Hi,

I want to make the search box smaller, but can't figure out which file this is done in. This is using the free version, which I am building a children's books link directory with.

Greg
09-18-2006, 10:21 PM
Look for this is in header.tpl (I think it's there in all the templates)
<td colspan="2"><input type="text" class="what" name="what" size="40" style="margin-top: 4px;"/></td>

Simply reduce the size="40" to a smaller size.

debegray
09-18-2006, 10:30 PM
Thank you - that worked, and it helped me with customizing overall.

Greg
09-18-2006, 10:45 PM
You're welcome :)
You'll find in "most" cases that if you want to change something it'll be in header.tpl or index.tpl or footer.tpl and also the css file.