Thread Starter
djmmy
(@djmmy)
This is what I got now. The blackcolor is working but the background images is visible what is false here?
<?php get_header(); ?>
<?php if (is_page('95') ):
// page 95 ?>
<style type="text/css">
body {background-color:#000;background-image: url(<?php bloginfo('template_url'); ?>/images/body-bg2.jpg);}
</style>
<?php endif; ?>