<?php header(“Content-type: text/css”); ?>
.contentAreaStyle{
position: absolute;
left: 208px;
top: 199px;
border-radius: 25px;
-moz-border-radius: 25px;
background-color: #B6BEB6;
width: 596px;
height: <?=$contentAreaHeight?>;
}and this is my php code that is in the webpage file: <?php include('templateContent.php');
$contentAreaHeight = 500;
?> Something is wrong here because whole style file is not applied (i referenced it correctly)I WOULD BE GRATEFUL IF SOMEONE COULD HELP ME TO SOLVE THESE PROBLEMS
Edited by thatsme, 28 May 2011 - 06:47 AM.


Sign In
Create Account


Back to top









