Border-bottom
-
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.
- The topic ‘Border-bottom’ is closed to new replies.