Need help with my Dreamweaver

Discussion in 'HTML & Website Design' started by kvashna, Jul 9, 2008.

  1. #1
    HI everyone.

    When I linked my Images in dreamweaver, this BLUE BORDER APPEARS and Changes the size of my Image

    [​IMG]

    How will I remove this BLUE BORDER???

    Please HELP ME:whiteflag:
     
    kvashna, Jul 9, 2008 IP
  2. Rubenator

    Rubenator Peon

    Messages:
    40
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I guess you html looks something like this:
    <a href="yourlink.html"><img src="yourimage.gif" /></a>

    Change to this:
    <a href="yourlink.html"><img src="yourimage.gif" border="0" /></a>

    Adding border="0" get rid of the blue border.
     
    Rubenator, Jul 9, 2008 IP
  3. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ^^ That will work, but if there are lots of images that you want to get get rid of the border on, then use,

    
    <style type="text/css">
    <!--
    img {
    border: none;
    }
    -->
    </style>
    
    Code (markup):
     
    nicangeli, Jul 9, 2008 IP
  4. matt1288

    matt1288 Banned

    Messages:
    573
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The easiest way is to do this on dreamweaver, click on the image, and on the bottom of dreamweaver click PROPERTIES, in there, there should be something saying BORDER, all you gotta do is put a 0 inside the box and click ENTER.

    :) There you have it.
     
    matt1288, Jul 9, 2008 IP
  5. kvashna

    kvashna Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Wow.. Thanks guys... I'll give a try...
     
    kvashna, Jul 9, 2008 IP
  6. kvashna

    kvashna Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks a lot guys.. It did work.. thanks..
     
    kvashna, Jul 9, 2008 IP
  7. matt1288

    matt1288 Banned

    Messages:
    573
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No problem, if you need anymore help give us a shout.
     
    matt1288, Jul 9, 2008 IP
  8. sudes16

    sudes16 Banned

    Messages:
    135
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks yaar..
    I also had this problem but now it is sorted out.
     
    sudes16, Jul 9, 2008 IP
  9. mcfc4eva

    mcfc4eva Well-Known Member

    Messages:
    602
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #9
    Glad its sorted, nice picture btw :p
     
    mcfc4eva, Jul 9, 2008 IP