Results 1 to 3 of 3

Thread: Robin Script Showing Blue and Purple Borders

  1. #1
    Join Date
    Mar 2007
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Robin Script Showing Blue and Purple Borders

    1) Script Title: There is no actual title to the Script. It is a script for loading a different image, sequentially not randomly, on page load. I call it Robin

    2) Script URL (on DD): http://www.dynamicdrive.com/forums/s...function+robin

    3) Describe problem:
    I am getting blue borders on some images and purple borders on others. I do not want any borders.

    Please advise. thank you ... viki barefoot

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You can use CSS to get rid of the borders like so:

    Code:
    <style type="text/css">
    img {
      border: 0px;
    }
    </style>
    Simple place that between the head tags of the document and that's it.
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Mar 2007
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Thank You

    It's simple when you know the answer and impossibly frustrating when you don't. Thank you for sharing your time and knowledge with me and all the others.

    viki barefoot

Bookmarks

Posting Permissions

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