<pre>
        for(i = 0; i < 10; i++) {
                puts("Hey! Where'd my code go?");
                if(!you_can_see_this())
                        break;
        }
        if(i>=10)
                puts("Oh, there it is!");
</pre>

You'd see it all. Go on, try it. HTML is less hateful than you think. In this case.

At least, you see it all with WebKit, Gecko, and IE for Mac. I can't vouch for IE in Windows at the moment but I believe it also works there.

<pre> is shpeshul.

--sjd;

Reply via email to