Quote:
Originally posted by Nymph
When validating sites, and galleries I require sites to at least be similar in appearance in both IE, and NS. I know there are differences in how the 2 browsers read, and show html code...NS tends to be a bit pickier about forms, and tables for instance.
When I am building my own things, it is an absolute must for my own sites to look as close as possible to the same in both browsers. It may take a little extra tweaking of code, but in the long run it does pay off. I'm still using NS 4.76...I'm lazy and haven't gotten around to upgrading.
And btw, you can wrap in NS 4, I use this to do it...
textarea wrap="physical"
|
thanks!
I was using a workaround with the php wordwrap, but this is great ;)