Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: Ugly border...

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    8

    Ugly border...

    Is there a way, in Dreamweaver, to make sure that photos that link to other pages do not have a border? I want text links to be a certain color & photos to be borderless.
    Some pages are like that & for some strange reason, other pages automatically outline images that are links... any suggestions? Has anyone else run into this annoying problem?

  2. #2
    Senior Member
    Join Date
    Apr 2004
    Posts
    309
    I'm not sure about dreamweaver settings but if you edit the code then in the image tag itself you can add border="0" or if you are using a style sheet add img{border; none;}
    "I have not failed. I have found 10,000 ways that don't work" - Thomas Edison.
    "The secret to creativity is knowing how to hide your sources" - Albert Einstein.

  3. #3
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    Easywebdev has the straight-up html/css way.
    In Dreamweaver, click the image and in the properties toolbar, there is a text-box for the border. Just add a 0.
    Web Hosting Guru
    | Need Help For Your Forum?

  4. #4
    Senior Member Faglork's Avatar
    Join Date
    Feb 2005
    Posts
    954
    Just in case some css-noobee reads this: there's a typo in the code, should have a colon instead of a semicolon:
    Code:
    img{border; none;}
    should read
    Code:
    img{border: none;}
    Alex

  5. #5
    Junior Member
    Join Date
    May 2004
    Posts
    8
    Thank you all very much!

Similar Threads

  1. I'm ugly. Please help. Thanks
    By 1stgirl.com in forum Graphics & Design Discussion Forum
    Replies: 2
    Last Post: 04-09-2008, 10:09 PM
  2. Now dats Ugly
    By majikmushroom in forum Graphics & Design Discussion Forum
    Replies: 1
    Last Post: 02-19-2006, 09:12 AM
  3. my ugly mug
    By drods in forum Member Photos
    Replies: 1
    Last Post: 04-15-2005, 03:09 PM
  4. Ugly!
    By WPW_Feedbot in forum Graphics & Design Discussion Forum
    Replies: 0
    Last Post: 01-11-2005, 12:31 PM
  5. Most Ugly trick yet
    By dmcgill in forum Graphics & Design Discussion Forum
    Replies: 9
    Last Post: 11-01-2003, 11:27 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
  •