Hello
I try to have a different background per page. I try to do so with custom field and put on my index.php this code
<style type=“text/css”> |
<?php if(is_page('1') ): |
image1{background:url(mon_url_monimage.jpg} |
You can't use a background image so there is no need for any CSS. All you need to do is change the actual image tag on each page:
<?php |
<img src="<?php echo $imgsrc; ?>" alt="" /> |
Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.
RegisterCopyright © 2012 bavotasan.com. All Rights Reserved. Powered by Vanilla.