• I tried searching the forums … if I missed this, I’m sorry …

    At the bottom of each post, there is a dashed line that goes across my page.

    ————————————————
    I want it replace it with an small image to act as a divider between posts … just as the dashed line does.

    But, although I have tried and tried, I can’t get the image to show.

    Here’s my code now:

    {
    padding:0 0 2em 0;
    border-bottom:#cc6699 1px dashed;
    }

    Here’s what I changed it to:

    {
    padding:0 0 2em 0;
    background-color: transparent;
    background-image: url (‘https://matrishkas-place.com/WordPress/wp-content/themes/img/tulip_sml.jpg’);
    background-repeat:
    no-repeat;
    background-position:
    center;
    }

    I just want the jpg to place once with no repeat across the bottom (like the dash is).

    I have the image on my server. So I know that’s not the problem.

    The dashed line disappears but nothing shows up. Is it in my coding? I’m really new at this. my site is https://matrishkas-place.com/WordPress if you need to look at it.

    Thanks.

Viewing 1 replies (of 1 total)
  • Go here, on a test playground of mine, view and grab what you need, to get your’s working ok?

    The dotted line I use under the posts is here.

    The CSS File is here.

    The divs and CSS related stuff is for under the “.post-title-footer” class in the CSS file, and such.. Good luck!

    spencerp

    /I’m just too nice, aren’t I lol? =)

Viewing 1 replies (of 1 total)
  • The topic ‘Border-bottom’ is closed to new replies.