PDA

View Full Version : CSS styling


ryanbutler
03-30-2007, 04:00 PM
Hi,

How do you access the CSS styles for the search result page, such as PHP? Once the file is generated then the styles are applied, but I need them beforehand. Do I just copy and paste the CSS styles to an external style sheet which would then be applied to the search result page?

Thanks,

wrensoft
03-30-2007, 10:47 PM
The styles used on the result page are already separated out from the PHP files. So you should NOT edit the search.php file to change CSS styles.

Instead, you should edit the search_template.html file. It contains all the CSS. See this CSS FAQ for more details (http://www.wrensoft.com/zoom/support/css.html).