i know layers, and i know css,
I do have a little problem though,
I am trying to use subdreamer cms, but whenever i put the php like this in -
$inputsize=15;
for($i=0; $i<7; $i++) {
if($pluginpath[$i]!="plugins/p1_empty/empty.php") {
print "
{$pluginname[$i]}
";
include($pluginpath[$i]);
print "
";
}
}
?>
within the layer, the layer will not extend with the script ( so it just extends past the layer box )
is there a way to make it 'extend' with the scripts result ?
( sorry, but i am not sure how to describle it )
2007-01-16
21:40:32
·
2 answers
·
asked by
glynn.alexander
3
in
Programming & Design