• html,  php

    Rumbling with the HTML

    This post is mostly for my own memory: I have been playing around with custom HTML buttons and such, for use with a ‘story-reader’ I am attempting to write in PHP. It should be noted that I know nothing about using PHP. Basically I’m writing a simple page that will pull text from a mySQL database and then allow the reader to read a story by navigating with page buttons. Once I had the initial page-system working, with navigation, I then started playing around to make the buttons look nicer. At first it looked like I could just replace the button with a input type="image"… But the problem with that…