This is a discussion on include document with scroll bars within the alt.comp.lang.php forums, part of the PHP Programming Forums category; i have used the include funtion in php before is there a way to include another file and limit the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
i have used the include funtion in php before
is there a way to include another file and limit the area it uses and have a scroll bar to scroll through it - sort of like using frames but without using frames i hope that make scence thanks in advance chris |
|
|||
|
On Mon, 14 Jul 2003 04:52:01 +0800, "chris" <asda@godknows.com> wrote:
> >i have used the include funtion in php before > >is there a way to include another file and limit the area it uses and have a >scroll bar to scroll through it - sort of like using frames but without >using frames <iframe> or <textarea>. -- Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk) Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space) |
|
|||
|
On Mon, 14 Jul 2003 04:52:01 +0800, chris <asda@godknows.com> wrote:
> i have used the include funtion in php before > > is there a way to include another file and limit the area it uses and > have a > scroll bar to scroll through it - sort of like using frames but without > using frames > > i hope that make scence > > thanks in advance > > chris > > > Another option would be to get some CSS going and place it in a CSS <div>, example: <div style="height:500px;width:400px;"> <?php include 'yourfilenamehere.txt'; ?> </div> |
|
|||
|
Use CSS styles to set up ranges of layer or <IFRAME>
"chris" <asda@godknows.com> wrote in message news:3f11c686$1@funnel.arach.net.au... > i have used the include funtion in php before > > is there a way to include another file and limit the area it uses and have a > scroll bar to scroll through it - sort of like using frames but without > using frames > > i hope that make scence > > thanks in advance > > chris > > |
![]() |
| Thread Tools | |
| Display Modes | |
|
|