in reply to Adventures in Scrolling: Select Code to Download

In Re: New displaytype 'selectcode' (concise), I wrote:

I'd replace the table with "<p>checkbox, d/l link<br />first few lines of code...last few lines of code</p>". [...] separating check boxes with huge chunks of code doesn't seem like a great interface...

Along with other suggestions, in case someone wants to improve this.

- tye        

Replies are listed 'Best First'.
Re^2: Adventures in Scrolling: Select Code to Download (concise)
by demerphq (Chancellor) on Aug 23, 2005 at 19:21 UTC

    This is done more or less. Although i used an ordered list instead of just 'p' tags.

    ---
    $world=~s/war/peace/g

      Looks good. Thanks!

      - tye