Recent content by Crapper Wagon

  1. C

    How to make keyboard controls on an HTML webpage? Like Facebook photos for my site?

    I'm creating an online portfolio and I have linked arrows to go to each new photo. How do I make it so where you can just hit the right arrow on your keyboard to go to the next photo, etc? And I don't want ALT + "m" or whatever, because that would be too complicated for what I'm looking for...
  2. C

    How do you display HTML content in a different order every time the user refreshes?

    I'm creating a web page and I have these small square images on the page. I want to have it so where every time you refresh the page, the small square images are shown in a different order. I don't want a random image each time, I just want the order randomized. Any help or references would...
  3. C

    Help with HTML coding! I need to know how to keep content on same line with <div>?

    So I have a code and it displays content's order randomly. Except, I want the content all on the same line, not seperated through <div>. I can't find a way to do this. Please help. Here's the code: <style type="text/css"> .group1{ visibility: hidden; } </style> <script...
Back
Top