I tried posting this elsewhere and after 20 hours got no response. So maybe I posted in the wrong place. I'll try here.
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 ('http://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 http://matrishkas-place.com/WordPress if you need to look at it.
Thanks.