help me please,
I want to have my header,sidebar and footer lie over my slider page and I've tried every which way but loose (the laptop's nearly gone through the window a few times...
I take it that I put these lines in
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
........but where exactly in my slider template page
<?php wp_head(); ?>
<style type="text/css">
html, body {
width:100%;
height:100%;
margin:0 !important;
padding:0 !important;
}
</style>
</head>
<body bgcolor="#cccccc">
<?php if(have_posts()) : while(have_posts()) : the_post(); the_content(); endwhile; endif; ?>
</body>
</html>
any help before I jump off the deep end