Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi neodan,
    In your style.css file, type the following:

    img { border: 0px; }

    If there are any styles of img tags anywhere in your css file, add the border: 0px; attribute to them as well, to be sure. ??

    Cheers,
    Matty.

    Thread Starter neodan

    (@neodan)

    Hmm my css is here and here herethe border is set to 0.

    a img {border:0 none}

    Hi neodan,
    In style.css, add border: 0px; to the following declaration, below margin: 0; :

    .wp-caption img {
    	margin: 0;
    }

    It looks like your typography.css file takes care of images within a tags. The above code is for images within caption tags.

    I hope this helps. ??

    Cheers,
    Matty.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get rid of image border?’ is closed to new replies.