Forums

image border (4 posts)

  1. hbalagh
    Member
    Posted 6 years ago #

    I am using this for my image border but i am also using the image headlines plug in...is there a way to have the image border around the images but not the titles :) thanks

    a img {
    border:solid 1px black;
    position: center;
    background: #Fff;
    padding: 2px;
    margin: 2px}

    }

  2. Monika
    Member
    Posted 6 years ago #

    Yes
    html tags are hierarchical
    and so
    # header a img isn't the same as
    #sidebar a img oder h2 img
    find out which html tag is above your titles
    and i.e.
    #content h2 img border none

    lg
    Monika

  3. hbalagh
    Member
    Posted 6 years ago #

    thanks :) it took me a while to figure it out (since im still very new to this) but i got it, out of curiosity anyone know if there is a way to prevent smilies from having borders on them :) thanks

  4. oriecat
    Member
    Posted 6 years ago #

    Oh I had trouble with my smilies being bordered too. I added this to my stylesheet and it worked for me:

    img.wp-smiley {
    border:none;
    margin:0;
    padding:0;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.