php-general | 2000071
Date: 07/03/00
- Next message: Alex Black: "Re: [PHP] RSS scripting"
- Previous message: Matt McClanahan: "Re: [PHP] getting rid of form variable definition"
- In reply to: Tyler Longren: "[PHP] Formatting show_source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
depends on the text...
that is an html problem, not a php problem.
If your text is:
sdfkljhsdakfhsdkhjfalksdhjfklashfkldshksjdlh
(i.e. no spaces)
you'll have to divide it up with php, but if:
sfdhj sdlkjfh sd sdklfjhdskj slkjh fsd
(i.e. spaces with normale word sizes)
then just set your table to 50% or something, and all should be well :)
-- Alex Black, Head Monkey enigma <email protected>The Turing Studio, Inc. http://www.turingstudio.com
vox+510.666.0074 fax+510.666.0093
Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522
> From: tyler.longren <email protected> (Tyler Longren) > Newsgroups: php.general > Date: 2 Jul 2000 20:44:49 -0700 > Subject: [PHP] Formatting show_source > > > Hello List, > > Is there any way to format show_source so it doesn't make html tables > expand? Because when I do a show_source("file.txt"); and there's a big > single line of text, it expands the html table that it's in. I have the > table set to width=200 but it expands beyond that. Anybody have any ideas > on how to fix this? > > Thanks, > Tyler Longren > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alex Black: "Re: [PHP] RSS scripting"
- Previous message: Matt McClanahan: "Re: [PHP] getting rid of form variable definition"
- In reply to: Tyler Longren: "[PHP] Formatting show_source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

