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 -
<?
PHP
$inputsize=15;
for($i=0; $i<7; $i++) {
if($pluginpath[$i]!="plugins/p... {
print "<div class=\"style1 undername\"><strong>{$pluginna...
include($pluginpath[$i]);
print "<br /><br />";
}
}
?>
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 )