![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Adding "soft-hyphen"
From: Sandman <mr@sandman.net>
Date: Mon Sep 12 2005 - 15:54:25 CEST
In article <dg3rlb$qfn$1@news.nems.noaa.gov>, Mark <Mark.Fenbers@noaa.gov>
> My PHP script builds a table that is too wide to fit on the paper. Two
Well, as far as I know, there is no way to tell the browser to linewrap a long
A solution could be to put the long field on a row of its own, spanning the
If the field values are:
1. Foo
And the table looks like this in crappy ASCII art:
+------+------+---------+---------+---------------------------------+
And field 5 is the same for all lines in the report, you could divide it like
<tr>
Which, in crappy ASCII art would look like this:
+------+------+---------+---------+
Set style="background-color: #CCC" on the first <tr> to make them be dividers
Hope this helped.
-- Sandman[.net]Received on Tue Oct 18 02:22:22 2005 |