PassMark Logo
Home » Forum

Background Color?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david52
    Junior Member
    • Feb 2011
    • 6

    #1

    Background Color?

    I have had the free zoom seach for almost 2 years so I decided to break down and buy the standard edition out of curtiosy. I want to change the search page background color. I was into the search_templete and did a few changes in the wording but how can I change the color. I believe it may be in the css, but I want to ask first.
    tks
    david52
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    The search_template.html page is just like any other HTML web page. So you can change the background color like any other web page.

    One old way is to change the <body> tag with a bgcolor= attribute. That's considered a bit old fashioned usually.

    A better way is within the CSS section, you can have something like:

    .body { background-color: #00FF00; }

    Or just load up the web page in your favourite web authoring program and change the background or layout as needed. Just make sure you have the HTML comment markers <!--ZOOMSEARCH--> in place to indicate where your search results will be inserted.

    See chapter 6 of the Users Guide and also this FAQ.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    • david52
      Junior Member
      • Feb 2011
      • 6

      #3
      Tks, then I am on the right track. I will hit it again tomorrow.
      david52

      Comment

      Working...