Viewing 5 replies - 1 through 5 (of 5 total)
  • edit this style in style.css of your theme:

    a:link img, a:visited img, a:active img {
    	border: 3px solid #000000;
    }

    Just in case you don’t know CSS, change the above code to

    Remove Border Completely

    a:link img, a:visited img, a:active img {
    	border: none;
    }

    Change Colour & Line Thickness

    a:link img, a:visited img, a:active img {
    	border: 3px solid #000000;
    }

    Line Thickness: 1px, 2px, etc
    Colour: Change the Hex value (#000000) to the Hex value of the colour you want. A list of HEX values and the corresponding colour can be found at: http://cloford.com/resources/colours/500col.htm

    Thread Starter davidaka

    (@davidaka)

    Thank you sooooooo much!

    Thread Starter davidaka

    (@davidaka)

    Now the border shows up when I use a PC or any other browser except Safari, I use a MAC which doesn’t show the border. How do I make this correction so that the Border is REMOVED no matter what Browser or system I am using.

    Website: http://www.theaugustan.com

    for some reason, i can’t find the original style anymore in your style.css:

    try and add:

    a img, a:link img, a:visited img, a:active img {
    	border: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I get rid of the black border around all my images?’ is closed to new replies.