Hi.
I need a static page with no sidebar or widgets and a custom height.
Best Regards,
Jorge.
Hi.
I need a static page with no sidebar or widgets and a custom height.
Best Regards,
Jorge.
I forgot to mention using a custom.php file in wordpress 2.7 backend page option.
The input comes from {callback} and the code:
<style type="text/css">
<!--
.fullwidth {
position:absolute;
// without using absolute
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 800px;
height:700px;
// not working
}
-->
</style>
<?php get_header(); ?>
<div id="content" class="fullwidth" style="height:700px;"> // and not working inline
Best Regards,
Jorge Nunes.
could you provide a link?
You must log in to post.