Page is a not externally linkable
SuzyUK - 8:27 pm on Jul 29, 2003 (gmt 0)
Matthew, one option might be to link to an external stylesheet using the @import statement instead of <link rel>, then NN4 won't get any CSS at all, they will get a totally unstyled page but they will see the content. Then you could add in a hidden div (display: none; ) so it won't show in any browser with CSS support and have a friendly explanation message in there. Suzy
Is there any way I can make some sort of custom message, visible only to NS 4.x users,