PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Recommended links Bg color

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Recommended links Bg color

    hi all

    can anyone help me out here how do i make the Recommended links Bg to blue in cgi mode? green not my color

    http://www.sdmsearch.co.uk/search.cgi?zoom_query=sky

  • #2
    The easiest way to do this is on your page specify a CSS format for the recommended section:

    <style type="text/css">
    .recommended
    {
    background: "blue";
    }
    </style>

    You can specify the color by name or by hex code. In hex, light blue is #EFFFEF.

    Here's a page on CSS and colors:
    http://www.developershome.com/wap/wcss/wcss_tutorial.asp?page=colorProperties

    Comment


    • #3
      See also this FAQ page for more details about using CSS to change colors and fonts on the search results page.

      Comment

      Working...
      X