PassMark Logo
Home » Forum

CSS styling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ryanbutler
    Junior Member
    • Mar 2007
    • 6

    #1

    CSS styling

    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,
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    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.

    Comment

    Working...