PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Image Search Results

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

  • Image Search Results

    Hi - could you tell me if your .css file automatically frames images with a blue border, and if it automatically displays page links in blue?

    If so, how do I change it? I've tried doing this on my own and it doesn't seem to work.

    Thanks.

    Laceypa

  • #2
    That sounds just like browser default style and you probably don't have anything set in the CSS for the image border (or page links). The default style we provided had no border at all (0px).

    See this FAQ for more information on CSS:
    Q. How do I customize the appearance of my search results with CSS?

    The image border color is set by the rather unsurprising "border-color" attribute, which would look something like this in your CSS:

    .result_image img { margin: 10px; width: 80px; border: 1px; border-color: #00FF00 }

    For a festive St Patrick's Day green border But naturally, change the color or any of the other attributes as required.

    For changing the color of page links, see the above FAQ, under the heading "Changing the appearance of links".
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X