At the bottom of each post, there is a dashed line that goes across my page.
Here's the code:
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 ('http://myurl.com/WordPress/wp-content/themes/img/tulip_sml.jpg');
background-repeat:
no-repeat;
background-position:
center;
}
(Sorry, that didn't translate well, lines are messed up.)
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 http://matrishkas-place.com/WordPress if you need to look at it.
Thanks.