There is the problem :
I'm using a table to show information selected in a database. The
table format is always the same,whatever the values selected.
When a certain cell has no value, or worst, many consecutive cells, the
browser doesn't draw the lines between cells (only those without
values). It doesn't looks great!!!
I'd like to know how to solve this problem.
Thanks!
Hugie :)
If I understand your problem correctly, then the code   (a hard
coded space) will do the trick.
HTH,
Martin
______________________________________________________________________
Martin van den Berg Internet services
Quodata
Best, The Netherlands mv...@IAEhv.nl http://IAEhv.nl/users/mvdb
Try putting just a space in the cell: <td> </td>.
If that doesn't work the way you want, use <td> </td> to put a
non-breaking space in there. That gets handled as a valid character that
just doesn't happen to display anything.
--
Ken
Are you interested in |
byte-sized education | http://www.play-hookey.com
over the Internet? |
Just put something in the cell that dosn't print, like say <BR>
Hope this helps
Tom
If it is then;
You can do it the hard way by writing a function fill.space() and use an
IF to find the empties and assign a zero or - character value on the
write.
Me likes the dots! Quicker,less headaches,No debugs, and browser /
platform independent!
Al
Webm...@ConchRepublic.com
Yours, &c, Tony Olekshy
--
------------ live and learn, die and forget, except you are an AI
-------------
- Email: ma...@globit.com - WWW: http://www.globit.com/~malsy -
>There is an more easy way ...
>Just use the command to do that.
>That's an none braking space
>
I use   is it the same?
/------------------------|----------------------------\
|Simon Lee | simo...@super.zippo.com|
|Oxford Magnet Technology| simo...@dial.pipex.com|
|Wharf Road |phone +44 1865 880880 ext239|
|Eynsham |fax +44 1865 880872 |
|Oxford | For the worlds best selling |
|United Kingdom | Medical Imaging Magnets! |
\-----------------------------------------------------/
>On Tue, 10 Dec 1996 14:45:41 +0100, Matthias Malsy <ma...@globit.com>
>wrote:
>
>>There is an more easy way ...
>>Just use the command to do that.
>>That's an none braking space
>>
>
>I use   is it the same?
Exactly the same.   is just the ISO equivalent to nbsp. I think
anything that understands <TABLE> should also understand both methods
of saying non-breaking space.
Anthony K. Chu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Second Year Computer Science Major http://www.webhaven.com/anthony/
University of British Columbia, Canada <anth...@unixg.ubc.ca>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ron Levenberg - r...@cc.bellcore.com
On Tue, 10 Dec 1996 14:45:41 +0100, Matthias Malsy <ma...@globit.com>
wrote:
>There is an more easy way ...
>Just use the command to do that.
>That's an none braking space
>> > I'm using a table to show information selected in a database. The
>> > table format is always the same,whatever the values selected.
>> > When a certain cell has no value, or worst, many consecutive cells, the
>> > browser doesn't draw the lines between cells (only those without
>> > values).
---
Ron Levenberg - r...@cc.bellcore.com
>Or just place a <BR> in the table cell.
No. will be better, as the browser will not want to add an extra
line.
Cheers,
Brian
>--
>============================================================
>Percy Nikorawalla Merrill Lynch
>Interactive Sales http://www.ml.com 500 College Rd East
>System Technology Princeton, NJ 08540
>============================================================
>Matthias Malsy wrote:
>>
>> There is an more easy way ...
>> Just use the command to do that.
>> That's an none braking space
>>
>> Al wrote:
>> >
>> > Huguette Dupont wrote:
>> > >
>> > > Hi!
>> > >
>> > > There is the problem :
>> > >
>> > > I'm using a table to show information selected in a database. The
>> > > table format is always the same,whatever the values selected.
>> > >
>> > > When a certain cell has no value, or worst, many consecutive cells, the
>> > > browser doesn't draw the lines between cells (only those without