Johann Tagle wrote:
Hi all,
I have a script that receives certain data from an html form, processes
them, then submits the processed data to another script. Problem is, I
want it to do so without having to click anything anymore. It would
have been easy if all the data it needs to submitted ca
--- "NYIMI Jose (BMB)" <[EMAIL PROTECTED]> wrote:
> > > http://www.weitz.de/regex-coach/
> >
> > Just so this message isn't left unanswered, I'll state:
>
> This hint have been sent many times to this list that's may be why
> There wasn't reactions to this message ?
As was already mentioned:
Sean Davis wrote:
It seems like the "table" version seems to work on many
browsers--is the [envisioned] CSS solution also generally
compatible across browsers these days? It seems that browser
layout engines are still suboptimal for some particulars of CSS.
It depends on what you mean by "these da
On Tue, 14 Sep 2004, Sean Davis wrote:
> Thanks Chris and Gunnar. Setting the inner table width worked, but I
> can see that using CSS would offer significant benefits and I will
> need to migrate that direction at some point. It seems like the
> "table" version seems to work on many browsers
Thanks Chris and Gunnar. Setting the inner table width worked, but I
can see that using CSS would offer significant benefits and I will need
to migrate that direction at some point. It seems like the "table"
version seems to work on many browsers--is the [envisioned] CSS
solution also general
On Tue, 14 Sep 2004, Gunnar Hjalmarsson wrote:
> The width attribute for cells is deprecated. Try setting table width
> for the inner tables instead.
Or, better still, learn how to do layout with CSS and stop using tables
for everything except (as originally intended) tabular data.
On a modern
Sean Davis wrote:
Slightly off-topic, but I have a script that dynamically
generates a table. Within this outer table, I have in each cell
another table with 1 row, with each cell having a background color
and containing only entity. I would like to make each of
these inner cells a fixed w
All,
Slightly off-topic, but I have a script that dynamically generates
a table. Within this outer table, I have in each cell another table
with 1 row, with each cell having a background color and containing
only entity. I would like to make each of these inner cells a
fixed width, but