Welcome! | Log In
ORCHID SERVER | Year: 103 Era: 14

HGG Community Forums

HTML - Horse Genetics Game - Dev Forum
Log In to HorseGeneticsGame
Members log in here:
Username:
Password:

By hitting the above you signify that you agree with our rules and conditions.
Forgot your password?
HGG Community Forums

Join our discord server!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Who's Online (0)



  • var Quotation=new Array() // do not change this!

    Quotation [0] = "\"Horse sense is the thing a horse has which keeps it from betting on people.\"
    W.C. Fields";
    Quotation [1] = "\"A horse is the projection of peoples' dreams about themselves - strong, powerful, beautiful - and it has the capability of giving us escape from our mundane existence.\"
    Pam Brown";
    Quotation [2] = "\"There is just as much horse sense as ever, but the horses have most of it.\"
    Author Unknown";
    Quotation [3] = "\"You know horses are smarter than people. You never heard of a horse going broke betting on people.\"
    Will Rogers";
    Quotation [4] = "\"To me, horses and freedom are synonymous.\"
    Veryl Goodnight";
    Quotation [5] = "\"Horses lend us the wings we lack.\"
    Author Unknown";
    Quotation [6] = "\"The horse is God's gift to mankind.\"
    Arabian Proverb";
    Quotation [7] = "\"Horses - if God made anything more beautiful, he kept it for himself.\"
    Author Unknown";
    Quotation [8] = "\"If you want a stable friendship, get a horse.\"
    Author Unknown";
    Quotation [9] = "\"A Horseman should know neither fear, nor anger.\"
    James Rarey";
    Quotation [10] = "\"Horses make a landscape look beautiful.\"
    Alice Walker";
    Quotation [11] = "\"There’s something about the outside of a horse that’s good for the inside of a man.\"
    Winston Churchill";
    Quotation [12] = "\"The wildest colts make the best horses.\"
    Plutarch";
    Quotation [13] = "\"There are friends and faces that may be forgotten, but there are horses that never will be.\"
    Andy Adams";
    Quotation [14] = "\"God forbid that I should go to any heaven in which there are no horses.\"
    R.B. Cunningham Graham";
    Quotation [15] = "\"You have freedom when you're easy in your harness.\"
    Robert Frost";
    Quotation [16] = "\"A lovely horse is always an experience... It is an emotional experience of the kind that is spoiled by words\"
    Beryl Markham";
    Quotation [17] = "\" You have to love it, you have to believe in it, and you have to want to be there. And that's our people in the backstretch.\"
    Shirley McClellan";

    // ======================================
    // Do not change anything below this line
    // ======================================
    var Q = Quotation.length;
    var whichQuotation=Math.round(Math.random()*(Q-1));
    function showQuotation(){document.write(Quotation[whichQuotation]);}
    showQuotation();

  • This isn't html. Looks like Java script.
  • Thank you Ammit! Finally I'm getting somewhere. (NEVER use Weebly! They are useless for help!!)

  • I didn't write the original. But I'd like to learn how to change it to HTML so I can display it properly on our website. I have some learning to do.
  • You can't turn javascript into html. One is a family sedan one is a freight train. They both move stuff, but they do completely different things. You will never make a dynamic/random quote generator with HTML.
    Thanked by 1ObsidianKitsune
  • Weebly must have changed their how they accept code in the footer then, as it used to work at one time, and then quit one day with no notice.
    It was entered (as javascript) before I started working on our website.
    I have so much to learn about coding, but if it would impress you in any way, my husband taught me the basics to LaTex (https://en.wikipedia.org/wiki/LaTeX) about 6 years ago and I haven't needed to use it in about 4 years not pretty much forgotten (LOL)

Join our discord server!