How do you make a random phrase appear (from a set list) with HTML code? I remember seeing how to do this somewhere but it was a long time ago and I have lost the link.
Sorry if I haven't phrased this very well!
Any help much appreciated.
You'd probably embed some Javascript into the HTML, create an array containing the list of random phrases and use the random(int, int) function to display the text in the array. I.e.