View Single Post
  #1 (permalink)  
Old Jan 17th, 2007, 09:52
saltedm8's Avatar
saltedm8 saltedm8 is offline
Lead Administrator
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,435
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
I need to know about website layers and php

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 )
Reply With Quote