S
Swifty
I have a CGI script that builds a table with "WIDTH=100%"
There are many paths through the code, but they all required the table
to be WIDTH=100%
Now, I find that in just one of the paths, it would be better if that
WIDTH=100% had not been specified.
Is there any JavaScript that I can insert, after the <TABLE> has
already been started, which will remove the effect of the WIDTH=100%
I'm open to a CSS solution as well, but there are other tables in the
same page which must remain WIDTH=100% so it would have to be specific
to just this one table.
N.B. My environment ensures that all users will have JavaScript
enabled.
There are many paths through the code, but they all required the table
to be WIDTH=100%
Now, I find that in just one of the paths, it would be better if that
WIDTH=100% had not been specified.
Is there any JavaScript that I can insert, after the <TABLE> has
already been started, which will remove the effect of the WIDTH=100%
I'm open to a CSS solution as well, but there are other tables in the
same page which must remain WIDTH=100% so it would have to be specific
to just this one table.
N.B. My environment ensures that all users will have JavaScript
enabled.