PDA

View Full Version : Formatting search.php



kevb8ll
03-05-2009, 01:44 PM
At the moment the search box and the results are returned left justified. I would like it to be centrally justified to fit with the format of the rest of the site.

wrensoft
03-05-2009, 05:37 PM
Edit the search_template.html file and then use CSS to adjust the look and layout of the page.

See also this FAQ,
Q. How do I customize the appearance of my search results with CSS? (http://www.wrensoft.com/zoom/support/css.html)

kevb8ll
03-05-2009, 09:25 PM
Edit the search_template.html file and then use CSS to adjust the look and layout of the page.

See also this FAQ,
Q. How do I customize the appearance of my search results with CSS? (http://www.wrensoft.com/zoom/support/css.html)

Nice one - I sussed it using the link you gave me.

Thanks.