From: Doug H. <do...@me...> - 2002-10-08 21:38:01
|
>Message: 1 >From: "Cool Dude" <kgr...@ho...> >To: php...@li... >Date: Tue, 08 Oct 2002 07:53:39 -0400 >Subject: [PHPMyEdit-Discuss] Changing the layout of the table > > >Hi all, > >I am a new user of PHPMyEdit (and PHP) having just installed= version >5.0 a >couple days ago. I am using it to access and display my MySQL >database and >the installation went smoothly. That's the good news!! > >My table is too wide though and I would like to be able to= display >the >headings vertically showing one record at a time. From reading= the >setup >file I know how to show one record at a time and I know how to= set >the >Database so that it only allows the user to view the data. What= I do >not >know is what coding changes are necessary change the layout= from >horizontal >to vertical. > >Please help. > >Cool dude > >________________________________________________________________= _ >Send and receive Hotmail on your mobile device: I may be wrong, but I believe what you see is what you get. Consider using 'trimlen' to shorten column widths e.g. $fdd["Content"]['trimlen'] =3D 15; Then click on "View" to display a single record vertically. -- Doug Hockinson http://MetroDenver.org/ |