Excellent! That was it. It all works brilliantly now. :-D

As a side-note: Am I being really picky here, or could the contents of
facts.js and custom.js be combined into one file? Seems a shame to
have a whole separate javascript file containing just one line of
code.

Thanks so much.

~ Zarino



On Jun 27, 8:34 pm, Scott Sauyet <[EMAIL PROTECTED]> wrote:
> zarino wrote:
> > Hmmmmm... I've made the path relative to the HTML file, but it still
> > doesn't work.
>
> My fault.  Try:
>
>       var fact = facts[Math.floor(facts.length * Math.random())];
> not  var fact = facts[Math.floor(facts.size * Math.random())];
>
>    -- Scott

Reply via email to