Thread: Image Borders

Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2007
    Posts
    8
    Plugin Contributions
    0

    Default Image Borders

    Is there a way to add a border to each thumbnail image with css?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image Borders

    Find this and add a valid border entry
    Code:
    a img {border: none; }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Borders

    Yes I already tried that. It adds a border to every image. I'm just looking to add borders to the small thumbnail images. Hoping to do it in css.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image Borders

    Post a url to the page(s) where these are as you will have to address them individually
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Borders

    Thanks, kobra. After 12 hours and 100 cups of iced cofee, it was as simple as adding:

    #mainWrapper img {
    border: 1px;
    border-style: solid;
    border-color: #999999;
    }

    to any wrapper that contained an image I wanted a border around. Thanks again!

 

 

Similar Threads

  1. image borders.
    By rpain in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Apr 2007, 03:52 PM
  2. Category Image Borders
    By heavenlylingerie in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jan 2007, 06:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg