Search:

Type: Posts; User: Twey; Keyword(s):

Search: Search took 0.06 seconds.

  1. You don't. You write the data into ...

    You don't. You write the data into <code> elements inside the <div>, which are styled to be block-level, thus solving the line-break problem.
  2. It would be appropriate to use separate ...

    It would be appropriate to use separate <code> elements for each line, or replace linebreaks with <br> elements as you have been doing.
  3. Hmm? Output? What output? :) That was just...

    Hmm? Output? What output? :)

    That was just an example of caret code using an expanding textbox, there's no output involved.
  4. function $(elid){ return...

    function $(elid){
    return document.getElementById(elid);
    }$ is a terrible name for a function. Prototype was evidently written by a deranged Perl scripter.It would be nice to avoid...
Results 1 to 4 of 4