PDA

View Full Version : How many ways can you say wrap="..." ?


Deb
01-08-1999, 09:11 PM
I have a need (as noted in the php forum) to test out many ways of causing a TEXTAREA in a form to wrap...
I prefer wrap=physical but IE is throwing fits about it that way... IE likes wrap=soft but my php script throws fits about it that way...

If any of you have other suggestions for ways to wrap the TEXTAREA please list them cuz I want to try all of them http://www.aota.net/ubb/wink.gif

Thanks
Deb

Benson
01-08-1999, 10:32 PM
"virtual" is probably the same as "soft" but what the hey....

Deb
01-08-1999, 10:42 PM
Get this....

Straight from my handy dandy HTML reference guide....

wrap=soft (NETSCAPE DEFINED)
wrap=physical (IE DEFINED)

so why is that IE is griping about physical and not about soft? *sigh*

the others listed are:

OFF
HARD
VIRTUAL

then it goes on to say "Most browsers do not support ... all of the above"

So much for that $40 book hehe

Deb

Del
01-09-1999, 06:52 AM
Don't forget about just plain old wrap. Not totally sure about what browsers support it, or how it even really works. But, you can just use <textarea cols=1 rows=1 wrap> and it might affect it (can't remember how tho... long day)



------------------
Del
www.downinit.com (http://www.downinit.com)

da da da