in reply to An Office In/Out Whiteboard Web Page

Instead of splitting code and explanatory text across multiple writeups, I suggest you try using readmore tags. (Unless, of course, you plan on crossing the 64K boundary...)

HTH,

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

Replies are listed 'Best First'.
Re^2: An Office In/Out Whiteboard Web Page
by OfficeLinebacker (Chaplain) on Jun 16, 2006 at 17:14 UTC
    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.

      "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