April 14, 20197 yr Hello all! Okay so I've been tasked with finding an example of where various quotes from someone appear on screen, one after the other, from a batch of such quotes that are selected randomly. The twist in this tale is that I have NO KNOWLEDGE of designing for the web but I've been asked to find an example so that the actual designer has something to work from... Is anyone able to help? Thank yoooooooooo! Liam
April 15, 20197 yr You can do it with a bit of code normally called a 'slider' sometimes used to be a 'slideshow'. You need one which will handle html, not solely images. You google to find a free one that suits your needs and copy-paste the code into your site, or pay for one if you prefer. If the random sequence is really a requirement not just a casual turn of phrase then you might find a slider which incorporated randomness, or you could probably just insert a line of php to add that random selection instead of a fixed sequence.
Create an account or sign in to comment