in reply to Re: An Office In/Out Whiteboard Web Page
in thread An Office In/Out Whiteboard Web Page

Hey, do readmore tags work within a <code> block? I can't seem to just show the first portion of my code.

_________________________________________________________________________________

I like computer programming because it's like Legos for the mind.

  • Comment on Re^2: An Office In/Out Whiteboard Web Page

Replies are listed 'Best First'.
Re^3: An Office In/Out Whiteboard Web Page
by ww (Archbishop) on Jun 16, 2006 at 19:40 UTC
    "Proper nesting works wonders" (Copyright, 2006)
    and PNWW (TM, 2006) are registered by ww. Infringement will result in litigation or maybe just boredom.

    Try this sequence:

    narrative exposition...
    blah, blah, blah....


    <c>
    code starts here...
    002: ...
    003: ...
    </c>
    code tag has been closed
    <readmore>
    <c>
    code tag reopened
    more code... hidden inside the readmore...
    </c>
    </readmore>

    code and readmore closed; blah, blah, blah is again visible