This is a discussion on "I need to know about website layers and php" within the PHP Forum section. This forum, and the thread "I need to know about website layers and php are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
I need to know about website layers and php
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
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 )
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
Re: I need to know about website layers and php
"describle"
That really should be a word, it's perfect. Anyway, I think you'd be better off contacting support on this. The code you gave has no relevance to the problem. Unless someone is familiar with that CMS, it's impossible to help with the provided code. |
|
#3
|
||||
|
||||
|
Re: I need to know about website layers and php
imagine a php script within a layer, the script is for lets say,,, content, - the layer is set to a certain size, but the content is longer than that size, - how can i set it so it extends with the script once it is online
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#4
|
||||
|
||||
|
Re: I need to know about website layers and php
sounds like the layer has a set height.
leave the height property empty (auto) and the browser will deal with it... like Ryan said, the PHP code has nothing to do with it...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#5
|
||||
|
||||
|
Re: I need to know about website layers and php
cool, sorted, dirrr
cheers
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
![]() |
| Tags |
| layers, php, subdreamer |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Layers | WEB | Starting Out | 7 | May 29th, 2007 23:26 |
| Layers | GCrame5832 | Web Page Design | 6 | Dec 31st, 2005 21:42 |
| Using layers in CSS | jwalker80 | Web Page Design | 3 | Dec 21st, 2005 14:08 |
| Layers | chris123 | Web Page Design | 3 | Jun 1st, 2005 07:52 |
| Layers Anyone? | gwx03 | Web Page Design | 15 | Nov 22nd, 2003 00:00 |