I need to know about website layers with php

Discussion in 'HTML & Website Design' started by saltedm8, Jan 17, 2007.

  1. #1
    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 )
     
    saltedm8, Jan 17, 2007 IP
  2. Lurkinback

    Lurkinback Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want a DIV layer that expands dependant on the size of the information returned?
     
    Lurkinback, Jan 17, 2007 IP
  3. saltedm8

    saltedm8 Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how would i do it ?

    within the css or the html ?

    whats the code ?

    cheers
     
    saltedm8, Jan 17, 2007 IP