Hi gang:
My apologies to all who responded with a css solution -- css DOES indeed work!.
I went from using <button> tags, which could be styled, but IE had
problems with them -- to using submit buttons that IE could use, but
my css no longer worked.
The reason why my css no longer worked was I used:
button {width:5em;}
instead of:
.button {width:5em;}
A little id v class problem.
BUT, while I don't need the solution any longer to strip out
from a string, the question still remains -- how do you do that?
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php