Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Adding an image to the post footer (http://forum.bytesforall.com/showthread.php?t=15117)

tsheridan Aug 13, 2011 04:41 PM

[SOLVED] Adding an image to the post footer
 
I want to replace the post footer text with an image, so it looks as though each post is separated on the home page, but I can't get it to work. I saw another thread that said just to add a background image, so I added this:

background: url(http://wildwildwesthomes.com/wp-cont...xt-divider.png) no-repeat center top;

however, it's only showing the code in the footer and not the image. I tried removing the URL from the beginning, using single quotes, double quotes, and couldn't get it to work.

I feel like I'm overlooking something really simple, but can't seem to find it.

URL is http://wildwildwesthomes.com, I'm using 3.6.7 and all fixes have been applied.

Thank you!

juggledad Aug 13, 2011 05:07 PM

HTML Code:

background: url(http://wildwildwesthomes.com/wp-cont...xt-divider.png) no-repeat center top;
this is CSS
you need to add an <img.....> html statement unless you want to use a CSS background - take a look at w3schools.com to learn about CSS and HTML

tsheridan Aug 13, 2011 05:16 PM

Yes, I know about that, I guess I didn't realize that HTMl needed to go there instead of CSS. I got that from this thread - http://forum.bytesforall.com/showthread.php?t=14746, which used CSS in the Post Footer box.

Anyway, changing it to HTML worked, thank you!


All times are GMT -6. The time now is 02:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.