Unwanted border round images

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Unwanted border round images

    To date I have had no problem inserting images onto a web page. Now every time
    I insert an image, I get a narrow coloured border around the image. There is
    nothing in table or cell properties to cause the border. If I delete an image
    and then re-insert it I get the border. Any help please?

    Peter Lanky Guest

  2. Similar Questions and Discussions

    1. Light Blue Border around images
      :frown; when I first put an image up on my website it came up published with a light blue border which placed itself a few pixels away from the...
    2. Dotted border around rotated placed images in PDF...
      Hi all - Sorry in advance if this is a newbie question, etc. Here's my issue: I'm getting a very light dotted border around an placed .tif file...
    3. unwanted border around swf
      I have this flash site that comes from a html primary page. But the swf window that is embebed in a html page too, shows a small border around the...
    4. Unwanted images on the stage
      Please help...I'm a novice and doing a Director MX project a school/work internship project. I've used a Camtasia .avi video in my project that is...
    5. #24828 [NEW]: round() function doesn't round !
      From: christophe dot bidaux at netcourrier dot com Operating system: Windows 98SE PHP version: 4CVS-2003-07-27 (stable) PHP Bug...
  3. #2

    Default Re: Unwanted border round images

    Is the image linked to something? If the image is hyperlinked to something, a
    border can appear. You'll have to set the border property of the image to 0
    explicitly. Old versions of Dreamweaver used to set the border to 0
    automatically, but CS3 does not. Not sure if Contribute ever set the image
    border to 0 in the past.

    Darkwater234 Guest

  4. #3

    Default Re: Unwanted border round images

    The image does have a link, and now that I know what is causing the problem
    (thank you), after removing it and re-inserting the link I can get rid of the
    border. This does however seem to be a bit hit and miss, so my next question
    is: How do I set the border of an image, as I can't find anywhere to do this?

    Peter Lanky Guest

  5. #4

    Default Re: Unwanted border round images

    When you want to edit the border around an image in Contribute you can click
    you right-mouse-button on the image and choose image-properties.

    When you site uses CSS and you never want a border around an image you can use
    this in you css file:

    img {
    border:none;
    }


    ThinkInk Guest

  6. #5

    Default Re: Unwanted border round images

    Thanks for the help.
    Peter Lanky Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139